eZ\Publish\Core\Limitation\Tests\ContentTypeLimitationTypeTest::testAcceptValueException PHP Метод

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

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