Inheritance: extends AbstractPersistenceLimitationType, implements eZ\Publish\SPI\Limitation\Type
 /**
  * @depends testConstruct
  * @expectedException \eZ\Publish\API\Repository\Exceptions\NotImplementedException
  *
  * @param \eZ\Publish\Core\Limitation\ContentTypeLimitationType $limitationType
  */
 public function testValueSchema(ContentTypeLimitationType $limitationType)
 {
     self::assertEquals(array(), $limitationType->valueSchema());
 }