From 7419749ba6b70ad3747ee42ac8271f6c3c03213b Mon Sep 17 00:00:00 2001 From: Romain Quetiez Date: Thu, 26 Oct 2023 20:51:28 +0200 Subject: [PATCH] :white_check_mark: Prerequisites for boosting tests --- tests/php-unit-tests/src/BaseTestCase/ItopTestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/php-unit-tests/src/BaseTestCase/ItopTestCase.php b/tests/php-unit-tests/src/BaseTestCase/ItopTestCase.php index 583ed8e65..9158c9a61 100644 --- a/tests/php-unit-tests/src/BaseTestCase/ItopTestCase.php +++ b/tests/php-unit-tests/src/BaseTestCase/ItopTestCase.php @@ -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 {