From 15148f7d1dd5221489f06ec1aacd6af90ce5883c Mon Sep 17 00:00:00 2001 From: Romain Quetiez Date: Fri, 27 Oct 2023 10:35:12 +0200 Subject: [PATCH] :white_check_mark: Fix regression introduced with the optimization done in 798cd10, and seen only if APC is enabled --- tests/php-unit-tests/unitary-tests/core/dictTest.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/php-unit-tests/unitary-tests/core/dictTest.php b/tests/php-unit-tests/unitary-tests/core/dictTest.php index 528ca5c34..05b7360d5 100644 --- a/tests/php-unit-tests/unitary-tests/core/dictTest.php +++ b/tests/php-unit-tests/unitary-tests/core/dictTest.php @@ -70,9 +70,6 @@ PHP; // Preserve the dictionary for test that will be executed later on static::BackupStaticProperties('Dict'); - - // Reset the dictionary - static::SetNonPublicStaticProperty('Dict', 'm_aData', []); } protected function tearDown(): void