mirror of
https://github.com/Karaka-Management/oms-Auditor.git
synced 2026-02-16 21:48:40 +00:00
fix tests
This commit is contained in:
parent
7f918f65b0
commit
b113364a0e
|
|
@ -80,7 +80,7 @@ final class Autoloader
|
||||||
|
|
||||||
if (\stripos($class, 'Web/Backend') !== false || \stripos($class, 'Web/Api') !== false) {
|
if (\stripos($class, 'Web/Backend') !== false || \stripos($class, 'Web/Api') !== false) {
|
||||||
$class = \str_replace('Web/', 'Install/Application/', $class);
|
$class = \str_replace('Web/', 'Install/Application/', $class);
|
||||||
} elseif (\stripos($class, 'Autoloader.php')) {
|
} elseif (\stripos($class, 'Autoloader') !== false) {
|
||||||
$class = 'tests/Autoloader.php';
|
$class = 'tests/Autoloader.php';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user