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