Inheritance: extends AbstractPersistenceLimitationType, implements eZ\Publish\SPI\Limitation\Type
 /**
  * @depends testConstruct
  * @expectedException \eZ\Publish\API\Repository\Exceptions\NotImplementedException
  *
  * @param \eZ\Publish\Core\Limitation\ParentContentTypeLimitationType $limitationType
  */
 public function testGetCriterionInvalidValue(ParentContentTypeLimitationType $limitationType)
 {
     $limitationType->getCriterion(new ParentContentTypeLimitation(array()), $this->getUserMock());
 }