Skip to content

Commit

Permalink
fix autoloading
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Eichhorn committed Sep 27, 2023
1 parent 9a34d7f commit 78ce2be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Autoloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ public static function defaultAutoloader(string $class) : void

if (\stripos($class, 'Web/Backend') !== false || \stripos($class, 'Web/Api') !== false) {
$class = \str_replace('Web/', 'Install/Application/', $class);
} elseif (\stripos($class, 'Autoloader') !== false) {
$class = 'tests/Autoloader.php';
}

$class2 = $class;
Expand Down

0 comments on commit 78ce2be

Please sign in to comment.