fix tests

This commit is contained in:
Dennis Eichhorn 2023-09-25 11:04:34 +00:00
parent 659af54e65
commit 1fc4cab236

View File

@ -34,7 +34,7 @@ final class Autoloader
*/
private static $paths = [
__DIR__ . '/../',
__DIR__ . '/../Karaka/',
__DIR__ . '/../MainAutoloader/',
__DIR__ . '/../../',
];