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

testGetCriterion() public method

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