eZ\Bundle\EzPublishRestBundle\Tests\EventListener\ResponseListenerTest::onKernelViewIsNotRestRequest PHP Method

onKernelViewIsNotRestRequest() protected method

protected onKernelViewIsNotRestRequest ( $method, GetResponseEvent $event )
$event Symfony\Component\HttpKernel\Event\GetResponseEvent
    protected function onKernelViewIsNotRestRequest($method, GetResponseEvent $event)
    {
        $this->getVisitorDispatcherMock()->expects($this->never())->method('dispatch');
        $this->getEventListener()->{$method}($event);
    }