mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
✅ Fix regression introduced with the optimization done in 15148f7, and seen only in the context of the CI
This commit is contained in:
@@ -97,6 +97,9 @@ PHP;
|
||||
|
||||
public function testInitLangIfNeeded_NoApc()
|
||||
{
|
||||
// Reset the dictionary
|
||||
static::SetNonPublicStaticProperty('Dict', 'm_aData', []);
|
||||
|
||||
$oApcService = $this->createMock(\ApcService::class);
|
||||
Dict::SetApcService($oApcService);
|
||||
Dict::EnableCache('toto');
|
||||
|
||||
Reference in New Issue
Block a user