eZ\Publish\Core\REST\Client\Tests\Input\Parser\ContentTest::getFieldTypeParserMock PHP Method

getFieldTypeParserMock() protected method

protected getFieldTypeParserMock ( ) : FieldTypeParser
return eZ\Publish\Core\REST\Common\Input\FieldTypeParser
    protected function getFieldTypeParserMock()
    {
        if (!isset($this->fieldTypeParserMock)) {
            $this->fieldTypeParserMock = $this->getMock('eZ\\Publish\\Core\\REST\\Common\\Input\\FieldTypeParser', array(), array(), '', false);
        }
        return $this->fieldTypeParserMock;
    }