eZ\Publish\Core\Limitation\Tests\SiteAccessLimitationTypeTest::testGetCriterion PHP Method

testGetCriterion() public method

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