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

testAcceptValue() public method

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