From 3dd2fc8ac24ec626300d7eb59fcd25bda91a28e4 Mon Sep 17 00:00:00 2001 From: kenjis Date: Fri, 16 Feb 2024 17:23:44 +0900 Subject: [PATCH] feat: add AllowDynamicProperties for PHP 8.2 --- application/tests/_ci_phpunit_test/CIPHPUnitTestCase.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/tests/_ci_phpunit_test/CIPHPUnitTestCase.php b/application/tests/_ci_phpunit_test/CIPHPUnitTestCase.php index 27c8d528..508336da 100644 --- a/application/tests/_ci_phpunit_test/CIPHPUnitTestCase.php +++ b/application/tests/_ci_phpunit_test/CIPHPUnitTestCase.php @@ -21,6 +21,7 @@ class_alias('PHPUnit\Framework\TestCase', 'PHPUnit_Framework_TestCase'); * @property CIPHPUnitTestDouble $double * @property CIPHPUnitTestReflection $reflection */ +#[\AllowDynamicProperties] class CIPHPUnitTestCase extends TestCase { protected $_error_reporting = -1;