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