spec\Phpro\SoapClient\Plugin\LogPluginSpec::it_should_be_an_event_subscriber PHP Метод

it_should_be_an_event_subscriber() публичный Метод

    function it_should_be_an_event_subscriber()
    {
        $this->shouldImplement(EventSubscriberInterface::class);
    }