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/** diff --git a/tests/php-unit-tests/src/BaseTestCase/ItopDataTestCase.php b/tests/php-unit-tests/src/BaseTestCase/ItopDataTestCase.php index f491a48c73..4bfcccdfcd 100644 --- a/tests/php-unit-tests/src/BaseTestCase/ItopDataTestCase.php +++ b/tests/php-unit-tests/src/BaseTestCase/ItopDataTestCase.php @@ -128,7 +128,7 @@ abstract class ItopDataTestCase extends ItopTestCase { parent::setUp(); - \IssueLog::Info("Running phpunit test: " . $this->getName()); + \IssueLog::Info("Running phpunit test: ".$this->getName()); $this->PrepareEnvironment();