spec\Phpro\SoapClient\ClientSpec::it_should_be_a_client PHP 메소드

it_should_be_a_client() 공개 메소드

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