eZ\Publish\Core\REST\Server\Tests\Input\Parser\FieldDefinitionUpdateTest::internalGetParser PHP Method

internalGetParser() protected method

Returns the FieldDefinitionUpdate parser.
protected internalGetParser ( ) : FieldDefinitionUpdate
return eZ\Publish\Core\REST\Server\Input\Parser\FieldDefinitionUpdate
    protected function internalGetParser()
    {
        return new FieldDefinitionUpdate($this->getContentTypeServiceMock(), $this->getFieldTypeParserMock(), $this->getParserTools());
    }