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

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

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