Inheritance: extends Guzzle\Service\Client
Beispiel #1
0
 public function let(PhlackClient $client, OperationCommand $command, MessageResponse $response)
 {
     $client->execute($command)->willReturn($response);
     $command->execute()->willReturn($response);
     $this->beConstructedWith($client);
 }