From 6580aa056a3cd03b3c1a1c11f95491d6fbb916a5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 3 Jan 2023 19:04:15 +0100 Subject: [PATCH] Clean code --- .../test/phpunit/{ => functionnal}/MyModuleFunctionalTest.php | 0 qodana.yaml | 1 + 2 files changed, 1 insertion(+) rename htdocs/modulebuilder/template/test/phpunit/{ => functionnal}/MyModuleFunctionalTest.php (100%) diff --git a/htdocs/modulebuilder/template/test/phpunit/MyModuleFunctionalTest.php b/htdocs/modulebuilder/template/test/phpunit/functionnal/MyModuleFunctionalTest.php similarity index 100% rename from htdocs/modulebuilder/template/test/phpunit/MyModuleFunctionalTest.php rename to htdocs/modulebuilder/template/test/phpunit/functionnal/MyModuleFunctionalTest.php diff --git a/qodana.yaml b/qodana.yaml index adcc874ab0e..2e29b84f55e 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -15,6 +15,7 @@ exclude: - htdocs/custom - htdocs/includes - htdocs/install/doctemplates + - htdocs/modulebuilder/template/test/functionnal - name: PhpIssetCanBeReplacedWithCoalesceInspection - name: PhpRedundantOptionalArgumentInspection - name: PhpLanguageLevelInspection