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