spec\Phpro\SoapClient\ClientSpec::it_should_be_a_client PHP Method

it_should_be_a_client() public method

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