eZ\Publish\Core\REST\Client\Tests\Input\Parser\ContentTypeTest::getContentTypeServiceMock PHP Method

getContentTypeServiceMock() protected method

protected getContentTypeServiceMock ( ) : ContentService
return eZ\Publish\Core\REST\Client\ContentService
    protected function getContentTypeServiceMock()
    {
        if (!isset($this->contentTypeServiceMock)) {
            $this->contentTypeServiceMock = $this->getMock('eZ\\Publish\\Core\\REST\\Client\\ContentTypeService', array(), array(), '', false);
        }
        return $this->contentTypeServiceMock;
    }