spec\Phpro\SoapClient\ClientSpec::it_should_be_a_client PHP Méthode

it_should_be_a_client() public méthode

    function it_should_be_a_client()
    {
        $this->shouldImplement(ClientInterface::class);
    }