eZ\Publish\Core\Limitation\Tests\LocationLimitationTypeTest::testAcceptValue PHP Метод

testAcceptValue() публичный Метод

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