From cbb78056c333a2cae0cb915025782f75b8c80582 Mon Sep 17 00:00:00 2001 From: Romain Quetiez Date: Thu, 13 Jun 2024 10:53:13 +0200 Subject: [PATCH] :white_check_mark: Enable tests on french dictionaries completion (continuous integration) --- .../DictionariesConsistencyAfterSetupTest.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/php-unit-tests/integration-tests/DictionariesConsistencyAfterSetupTest.php b/tests/php-unit-tests/integration-tests/DictionariesConsistencyAfterSetupTest.php index e5d89e6a0..bd07f9ea6 100644 --- a/tests/php-unit-tests/integration-tests/DictionariesConsistencyAfterSetupTest.php +++ b/tests/php-unit-tests/integration-tests/DictionariesConsistencyAfterSetupTest.php @@ -209,7 +209,6 @@ class DictionariesConsistencyAfterSetupTest extends ItopTestCase } public function testEveryEnglishEntryShouldHaveItsFrenchCounterpart() { - $this->markTestSkipped('Not mandatory at the moment'); $sReferenceLangCode = 'EN US'; $aReferenceLangDictEntries = $this->ReadDictKeys($sReferenceLangCode); @@ -221,8 +220,6 @@ class DictionariesConsistencyAfterSetupTest extends ItopTestCase } public function testEveryFrenchEntryShouldBeTranslated() { - $this->markTestSkipped('Not mandatory at the moment'); - $sFrenchLangCode = 'FR FR'; $aFrenchDictEntries = $this->ReadDictKeys($sFrenchLangCode);