mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02: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
|
// Preserve the dictionary for test that will be executed later on
|
||||||
static::BackupStaticProperties('Dict');
|
static::BackupStaticProperties('Dict');
|
||||||
|
|
||||||
// Reset the dictionary
|
|
||||||
static::SetNonPublicStaticProperty('Dict', 'm_aData', []);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function tearDown(): void
|
protected function tearDown(): void
|
||||||
|
|||||||
Reference in New Issue
Block a user