fix tests

This commit is contained in:
Dennis Eichhorn 2023-09-25 11:04:33 +00:00
parent 18c6322c8d
commit b54d842a01

View File

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