From 8b801b091c265efa1403d5efa5feea2687f4b933 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 25 Sep 2023 19:59:41 +0000 Subject: [PATCH] fix tests --- tests/Autoloader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Autoloader.php b/tests/Autoloader.php index 602019b..a6e0894 100755 --- a/tests/Autoloader.php +++ b/tests/Autoloader.php @@ -79,7 +79,7 @@ final class Autoloader $class = \strtr($class, '_\\', '//'); if (\stripos($class, 'Web/Backend')) { - $class = \str_replace('Web', 'Install/Application', $class); + $class = \str_replace('Web/', 'Install/Application/', $class); } $class2 = $class;