eZ\Publish\Core\Limitation\Tests\ParentDepthLimitationTypeTest::testAcceptValueException PHP Method

testAcceptValueException() public method

public testAcceptValueException ( eZ\Publish\API\Repository\Values\User\Limitation $limitation, ParentDepthLimitationType $limitationType )
$limitation eZ\Publish\API\Repository\Values\User\Limitation
$limitationType eZ\Publish\Core\Limitation\ParentDepthLimitationType
    public function testAcceptValueException(Limitation $limitation, ParentDepthLimitationType $limitationType)
    {
        $limitationType->acceptValue($limitation);
    }