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

testAcceptValue() public method

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