eZ\Publish\Core\REST\Server\Tests\Output\ValueObjectVisitor\RestExecutedViewTest::getContentServiceMock PHP Method

getContentServiceMock() public method

public getContentServiceMock ( ) : eZ\Publish\API\Repository\ContentService | PHPUnit_Framework_MockObject_MockObject
return eZ\Publish\API\Repository\ContentService | PHPUnit_Framework_MockObject_MockObject
    public function getContentServiceMock()
    {
        return $this->getMock('eZ\\Publish\\API\\Repository\\ContentService');
    }