eZ\Bundle\EzPublishRestBundle\Tests\EventListener\RequestListenerTest::getVisitorDispatcherMock PHP Method

getVisitorDispatcherMock() public method

public getVisitorDispatcherMock ( ) : eZ\Publish\Core\REST\Server\View\AcceptHeaderVisitorDispatcher | PHPUnit_Framework_MockObject_MockObject
return eZ\Publish\Core\REST\Server\View\AcceptHeaderVisitorDispatcher | PHPUnit_Framework_MockObject_MockObject
    public function getVisitorDispatcherMock()
    {
        return $this->getMock('eZ\\Publish\\Core\\REST\\Server\\View\\AcceptHeaderVisitorDispatcher');
    }