Наследование: extends AbstractPersistenceLimitationType, implements eZ\Publish\SPI\Limitation\Type
 /**
  * @depends testConstruct
  *
  * @expectedException \eZ\Publish\API\Repository\Exceptions\NotImplementedException
  *
  * @param \eZ\Publish\Core\Limitation\SectionLimitationType $limitationType
  */
 public function testValueSchema(SectionLimitationType $limitationType)
 {
     $limitationType->valueSchema();
 }