Fix regression introduced with the optimization done in 798cd10, and seen only if APC is enabled

This commit is contained in:
Romain Quetiez
2023-10-27 10:35:12 +02:00
parent 7e8589ba95
commit 15148f7d1d

View File

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