eZ\Publish\Core\REST\Server\Tests\Input\Parser\VersionUpdateTest::internalGetParser PHP Метод

internalGetParser() защищенный Метод

Returns the VersionUpdate parser.
protected internalGetParser ( ) : VersionUpdate
Результат eZ\Publish\Core\REST\Server\Input\Parser\VersionUpdate
    protected function internalGetParser()
    {
        return new VersionUpdate($this->getContentServiceMock(), $this->getFieldTypeParserMock());
    }