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

internalGetParser() protected method

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