Exemplo n.º 1
0
 public function it_should_get_settings_from_service(HttpClient $client)
 {
     $client->get('Service/Settings')->shouldBeCalled()->willReturn(Helper::randomArrayResponse());
     $this->getSettings()->shouldBeArray();
 }