spec\Phpro\SoapClient\Plugin\LogPluginSpec::it_should_be_an_event_subscriber PHP Method

it_should_be_an_event_subscriber() public method

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