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

testAcceptValue() public method

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