Inheritance: extends eZ\Publish\Core\REST\Server\Tests\BaseTest
 public function setUp()
 {
     parent::setUp();
     $this->fieldTypeParserMock = $this->getMock('eZ\\Publish\\Core\\REST\\Common\\Input\\FieldTypeParser', array(), array(), '', false);
 }