fix tests

This commit is contained in:
Dennis Eichhorn 2023-09-25 11:04:34 +00:00
parent 871f2bae51
commit 4bbe2a7ebd

View File

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