From 5201a1ed3bebe753c164e973ff3894033f567ec8 Mon Sep 17 00:00:00 2001 From: Eric Espie Date: Tue, 24 Feb 2026 16:38:21 +0100 Subject: [PATCH] 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 34bf457b1..966eaae10 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();