tests: Allow dynamic properties on PHP 8.2 for GhostFieldTestClass
Deprecated: Creation of dynamic property Wikimedia\Reflection\GhostFieldTestClass::$privateField is deprecated in /workspace/src/tests/phpunit/includes/libs/serialization/SerializationTestUtils.php on line 150 Bug: T314099 Change-Id: Ic1cd7a3560e6fe39e6c7b077f42c90fbc844c202
This commit is contained in:
parent
5550f989a9
commit
b81db269a6
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ namespace Wikimedia\Reflection;
|
|||
* these ghost fields and the values can be accessed with GhostFieldAccessTrait.
|
||||
* @package Wikimedia\Reflection
|
||||
*/
|
||||
#[\AllowDynamicProperties]
|
||||
class GhostFieldTestClass {
|
||||
use GhostFieldAccessTrait;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue