/**
  * Gets the section parser.
  *
  * @return \eZ\Publish\Core\REST\Client\Input\Parser\VersionInfo
  */
 protected function getParser()
 {
     $parser = new Input\Parser\VersionInfo(new ParserTools(), $this->getContentServiceMock());
     $parser->setRequestParser($this->getRequestParserMock());
     return $parser;
 }