diff --git a/tests/Autoloader.php b/tests/Autoloader.php index 979fa26d3..3351cc7fc 100755 --- a/tests/Autoloader.php +++ b/tests/Autoloader.php @@ -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;