Merge remote-tracking branch 'origin/support/2.7' into support/3.0

# Conflicts:
#	test/ItopTestCase.php
This commit is contained in:
Pierre Goiffon
2022-09-08 18:25:15 +02:00
4 changed files with 44 additions and 10 deletions

View File

@@ -46,8 +46,6 @@ class ItopTestCase extends TestCase
@include_once '../../../../../../../approot.inc.php';
@include_once '../../../../../../../../approot.inc.php';
@include_once getcwd().'/approot.inc.php'; // this is when launching phpunit from within the IDE
$this->debug("\n----------\n---------- ".$this->getName()."\n----------\n");
}
protected function debug($sMsg)