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:
Umherirrender 2023-01-06 03:04:49 +01:00
parent 5550f989a9
commit b81db269a6

View file

@ -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;