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();