eZ\Publish\Core\REST\Common\Tests\Output\VisitorTest::getValueObjectDispatcherMock PHP Method

getValueObjectDispatcherMock() public method

public getValueObjectDispatcherMock ( ) : ValueObjectVisitorDispatcher | PHPUnit_Framework_MockObject_MockObject
return eZ\Publish\Core\REST\Common\Output\ValueObjectVisitorDispatcher | PHPUnit_Framework_MockObject_MockObject
    public function getValueObjectDispatcherMock()
    {
        return $this->getMock('\\eZ\\Publish\\Core\\REST\\Common\\Output\\ValueObjectVisitorDispatcher');
    }