From 5201a1ed3bebe753c164e973ff3894033f567ec8 Mon Sep 17 00:00:00 2001 From: Eric Espie Date: Tue, 24 Feb 2026 16:38:21 +0100 Subject: [PATCH 1/2] PHP CS fixer --- tests/php-unit-tests/src/BaseTestCase/ItopDataTestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/php-unit-tests/src/BaseTestCase/ItopDataTestCase.php b/tests/php-unit-tests/src/BaseTestCase/ItopDataTestCase.php index 34bf457b15..966eaae104 100644 --- a/tests/php-unit-tests/src/BaseTestCase/ItopDataTestCase.php +++ b/tests/php-unit-tests/src/BaseTestCase/ItopDataTestCase.php @@ -123,7 +123,7 @@ abstract class ItopDataTestCase extends ItopTestCase { parent::setUp(); - \IssueLog::Info("Running phpunit test: " . $this->getName()); + \IssueLog::Info("Running phpunit test: ".$this->getName()); $this->PrepareEnvironment(); From f558093f5d47c131f890ecf53eda5e4c94458629 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Tue, 24 Feb 2026 21:09:51 +0100 Subject: [PATCH 2/2] =?UTF-8?q?N=C2=B08796=20-=20Add=20PHP-CS-Fixer=20cach?= =?UTF-8?q?e=20file=20to=20.gitignore=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index df991db82c..5ac6de748d 100644 --- a/.gitignore +++ b/.gitignore @@ -58,6 +58,9 @@ tests/*/vendor/* /tests/php-unit-tests/phpunit.xml /tests/php-unit-tests/postbuild_integration.xml +# PHP CS Fixer: Cache file +/.php-cs-fixer.cache + # Jetbrains /.idea/**