spec\Phpro\SoapClient\Event\RequestEventSpec::it_should_know_the_client PHP Méthode

it_should_know_the_client() public méthode

public it_should_know_the_client ( Client $client )
$client Phpro\SoapClient\Client
    function it_should_know_the_client(Client $client)
    {
        $this->getClient()->shouldReturn($client);
    }