mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
✅ Fix CI
This commit is contained in:
@@ -65,8 +65,6 @@ class DictionariesConsistencyAfterSetupTest extends ItopTestCase
|
|||||||
|
|
||||||
if (! is_null($sTemplate)) {
|
if (! is_null($sTemplate)) {
|
||||||
$aDictByLang[$sLangCode][$sDictKey] = $sTemplate;
|
$aDictByLang[$sLangCode][$sDictKey] = $sTemplate;
|
||||||
} elseif (isset($aDictByLang[$sLangCode][$sDictKey])) {
|
|
||||||
unset($aDictByLang[$sLangCode][$sDictKey]);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->SetNonPublicStaticProperty(\Dict::class, 'm_aData', $aDictByLang);
|
$this->SetNonPublicStaticProperty(\Dict::class, 'm_aData', $aDictByLang);
|
||||||
|
|||||||
Reference in New Issue
Block a user