eZ\Publish\Core\Limitation\Tests\SiteAccessLimitationTypeTest::testGetCriterion PHP Méthode

testGetCriterion() public méthode

public testGetCriterion ( SiteAccessLimitationType $limitationType )
$limitationType eZ\Publish\Core\Limitation\SiteAccessLimitationType
    public function testGetCriterion(SiteAccessLimitationType $limitationType)
    {
        $limitationType->getCriterion(new SiteAccessLimitation(), $this->getUserMock());
    }