mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 15:34:12 +01:00
✅ Fix regression introduced with the optimization done in 798cd10, and seen only if APC is enabled
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user