diff --git a/tests/php-unit-tests/src/BaseTestCase/ItopDataTestCase.php b/tests/php-unit-tests/src/BaseTestCase/ItopDataTestCase.php index c660a6d13..34bf457b1 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::Error($this->getName()); + \IssueLog::Info("Running phpunit test: " . $this->getName()); $this->PrepareEnvironment(); @@ -1446,9 +1446,6 @@ abstract class ItopDataTestCase extends ItopTestCase { $sConfigPath = MetaModel::GetConfig()->GetLoadedFile(); clearstatcache(); - echo sprintf("rights via ls on %s:\n %s \n", $sConfigPath, exec("ls -al $sConfigPath")); - $sFilePermOutput = substr(sprintf('%o', fileperms('/etc/passwd')), -4); - echo sprintf("rights via fileperms on %s:\n %s \n", $sConfigPath, $sFilePermOutput); $this->sConfigTmpBackupFile = tempnam(sys_get_temp_dir(), "config_"); MetaModel::GetConfig()->WriteToFile($this->sConfigTmpBackupFile);