fix tests

This commit is contained in:
Dennis Eichhorn 2023-09-25 19:59:42 +00:00
parent 9b1104037f
commit 3f3ec8b697

View File

@ -78,7 +78,7 @@ 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;