Inheritance: extends AbstractPersistenceLimitationType, implements eZ\Publish\SPI\Limitation\Type
 /**
  * @depends testConstruct
  *
  * @param \eZ\Publish\Core\Limitation\SubtreeLimitationType $limitationType
  */
 public function testValueSchema(SubtreeLimitationType $limitationType)
 {
     self::assertEquals(SubtreeLimitationType::VALUE_SCHEMA_LOCATION_PATH, $limitationType->valueSchema());
 }