fix tests

This commit is contained in:
Dennis Eichhorn 2023-09-25 11:04:34 +00:00
parent 49cfcb32e2
commit 9c1442f117

View File

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