eZ\Bundle\EzPublishRestBundle\Tests\EventListener\RequestListenerTest::getVisitorDispatcherMock PHP Метод

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

public getVisitorDispatcherMock ( ) : eZ\Publish\Core\REST\Server\View\AcceptHeaderVisitorDispatcher | PHPUnit_Framework_MockObject_MockObject
Результат eZ\Publish\Core\REST\Server\View\AcceptHeaderVisitorDispatcher | PHPUnit_Framework_MockObject_MockObject
    public function getVisitorDispatcherMock()
    {
        return $this->getMock('eZ\\Publish\\Core\\REST\\Server\\View\\AcceptHeaderVisitorDispatcher');
    }