From a13543c0d37a23eb2ea955830b39945d9999bb33 Mon Sep 17 00:00:00 2001 From: Eric Espie Date: Thu, 26 Mar 2026 16:34:13 +0100 Subject: [PATCH] :white_check_mark: Fix CI --- .../integration-tests/DictionariesConsistencyAfterSetupTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/php-unit-tests/integration-tests/DictionariesConsistencyAfterSetupTest.php b/tests/php-unit-tests/integration-tests/DictionariesConsistencyAfterSetupTest.php index fb5b2619e..be9aa1dcf 100644 --- a/tests/php-unit-tests/integration-tests/DictionariesConsistencyAfterSetupTest.php +++ b/tests/php-unit-tests/integration-tests/DictionariesConsistencyAfterSetupTest.php @@ -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);