diff --git a/test/integration/DictionariesConsistencyTest.php b/test/integration/DictionariesConsistencyTest.php index 23bf4ff59..06ec9e088 100644 --- a/test/integration/DictionariesConsistencyTest.php +++ b/test/integration/DictionariesConsistencyTest.php @@ -128,7 +128,7 @@ class DictionariesConsistencyTest extends ItopTestCase */ public function testPlaygroundDictionariesPhpSyntax(): void { - $this->CheckDictionarySyntax(__DIR__.'/dictionaries-test/fr.dictionary.itop.core.KO.php', false); + $this->CheckDictionarySyntax(__DIR__.'/dictionaries-test/fr.dictionary.itop.core.KO.wrong_php', false); /** @noinspection PhpRedundantOptionalArgumentInspection */ $this->CheckDictionarySyntax(__DIR__.'/dictionaries-test/fr.dictionary.itop.core.OK.php', true); } diff --git a/test/integration/dictionaries-test/fr.dictionary.itop.core.KO.php b/test/integration/dictionaries-test/fr.dictionary.itop.core.KO.wrong_php similarity index 100% rename from test/integration/dictionaries-test/fr.dictionary.itop.core.KO.php rename to test/integration/dictionaries-test/fr.dictionary.itop.core.KO.wrong_php