Skip to content

Commit

Permalink
feat: add AllowDynamicProperties for PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Feb 16, 2024
1 parent 9313a84 commit c5d7ad6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/tests/_ci_phpunit_test/CIPHPUnitTestCase.php
Expand Up @@ -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;
Expand Down

0 comments on commit c5d7ad6

Please sign in to comment.