Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Eichhorn committed Sep 25, 2023
1 parent 0f75b6e commit 442cc71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Autoloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public static function defaultAutoloader(string $class) : void
$class = \strtr($class, '_\\', '//');

if (\stripos($class, 'Web/Backend')) {
$class = \str_replace('Web', 'Install/Application', $class);
$class = \str_replace('Web/', 'Install/Application/', $class);
}

$class2 = $class;
Expand Down

0 comments on commit 442cc71

Please sign in to comment.