eZ\Publish\Core\REST\Server\Tests\Output\ValueObjectVisitor\RestExecutedViewTest::getContentTypeServiceMock PHP 메소드

getContentTypeServiceMock() 공개 메소드

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