From dc0cd44c7920a663fa5b8150d1adee53352eaf07 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Mon, 18 Sep 2023 15:14:44 +0200 Subject: [PATCH 1/3] =?UTF-8?q?N=C2=B06752=20-=20PHP=20unit=20tests:=20Mig?= =?UTF-8?q?rate=20usages=20of=20unitestautoload.php=20to=20composer=20auto?= =?UTF-8?q?loader?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/php-unit-tests/phpunit.xml.dist | 2 +- tests/php-unit-tests/postbuild_integration.xml.dist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/php-unit-tests/phpunit.xml.dist b/tests/php-unit-tests/phpunit.xml.dist index e116a1417..1e322b14a 100644 --- a/tests/php-unit-tests/phpunit.xml.dist +++ b/tests/php-unit-tests/phpunit.xml.dist @@ -2,7 +2,7 @@ Date: Mon, 18 Sep 2023 15:23:52 +0200 Subject: [PATCH 2/3] =?UTF-8?q?N=C2=B06754=20-=20PHP=20unit=20tests:=20Add?= =?UTF-8?q?=20local=20PHPUnit=20XML=20files=20to=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3084ea2c3..e82c77b36 100644 --- a/.gitignore +++ b/.gitignore @@ -32,8 +32,10 @@ tests/*/vendor/* !/log/index.php !/log/web.config -# PHPUnit cache file +# PHPUnit: Cache file, local XML working copies /tests/php-unit-tests/.phpunit.result.cache +/tests/php-unit-tests/phpunit.xml +/tests/php-unit-tests/postbuild_integration.xml # Jetbrains From 24c0f4950f01c5aae1f7deea51067c30c754ac1f Mon Sep 17 00:00:00 2001 From: Molkobain Date: Mon, 18 Sep 2023 15:26:06 +0200 Subject: [PATCH 3/3] Add missing .htaccess / web.config files in .gitignore for /extensions folder --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e82c77b36..085c0a199 100644 --- a/.gitignore +++ b/.gitignore @@ -24,7 +24,9 @@ tests/*/vendor/* # iTop extensions /extensions/** +!/extensions/.htaccess !/extensions/readme.txt +!/extensions/web.config # all logs but listing prevention /log/**