Prerequisites for boosting tests

This commit is contained in:
Romain Quetiez
2023-10-26 20:51:28 +02:00
parent 037dfe1df6
commit 7419749ba6

View File

@@ -370,7 +370,7 @@ abstract class ItopTestCase extends TestCase
return sys_get_temp_dir();
}
public function RecurseMkdir($sDir){
public static function RecurseMkdir($sDir){
if (strpos($sDir, DIRECTORY_SEPARATOR) === 0){
$sPath = DIRECTORY_SEPARATOR;
} else {