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

getContentTypeServiceMock() public method

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