From 3422710ff649e8a8e03b9bf10c3754a4f7af60d8 Mon Sep 17 00:00:00 2001 From: Bradley Taylor Date: Sun, 15 Jan 2023 16:26:44 +0000 Subject: [PATCH] [REF][PHP8.2] Avoid dynamic properties in api_v3_GroupOrganizationTest --- tests/phpunit/api/v3/GroupOrganizationTest.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests/phpunit/api/v3/GroupOrganizationTest.php b/tests/phpunit/api/v3/GroupOrganizationTest.php index aed10a7ea4..dc75418b05 100644 --- a/tests/phpunit/api/v3/GroupOrganizationTest.php +++ b/tests/phpunit/api/v3/GroupOrganizationTest.php @@ -18,6 +18,16 @@ class api_v3_GroupOrganizationTest extends CiviUnitTestCase { protected $_apiversion; + /** + * @var int + */ + private $_groupID; + + /** + * @var int + */ + private $_orgID; + /** * Sets up the fixture, for example, opens a network connection. * This method is called before a test is executed. -- 2.25.1