Skip to content

Commit

Permalink
Merge pull request #414 from kenjis/add-properties
Browse files Browse the repository at this point in the history
feat: add AllowDynamicProperties for PHP 8.2
  • Loading branch information
kenjis authored Feb 16, 2024
2 parents c6044d7 + c5d7ad6 commit f81403b
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 0 deletions.
1 change: 1 addition & 0 deletions application/tests/_ci_phpunit_test/CIPHPUnitTestCase.php
Original file line number Diff line number Diff line change
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
77 changes: 77 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f81403b

Please sign in to comment.