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

testAcceptValue() public method

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