eZ\Publish\Core\REST\Common\Tests\Input\FieldTypeParserTest::getFieldTypeParser PHP Method

getFieldTypeParser() protected method

protected getFieldTypeParser ( )
    protected function getFieldTypeParser()
    {
        return new FieldTypeParser($this->contentServiceMock, $this->contentTypeServiceMock, $this->fieldTypeServiceMock, $this->fieldTypeProcessorRegistryMock);
    }