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

testAcceptValue() public method

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