fix tests

This commit is contained in:
Dennis Eichhorn 2023-09-25 11:04:33 +00:00
parent fdf3fe2e2f
commit 717b60e7b4

View File

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