diff --git a/tests/Autoloader.php b/tests/Autoloader.php index 602019b..a6e0894 100644 --- 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;