From 8b8bc12e402407dfa116a58193a823399541a9d3 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 24 Sep 2023 23:57:52 +0000 Subject: [PATCH] fix autoloader order --- tests/Autoloader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Autoloader.php b/tests/Autoloader.php index 351355b..3194eea 100755 --- a/tests/Autoloader.php +++ b/tests/Autoloader.php @@ -33,8 +33,8 @@ final class Autoloader * @since 1.0.0 */ private static $paths = [ - __DIR__ . '/../Karaka/', __DIR__ . '/../', + __DIR__ . '/../Karaka/', __DIR__ . '/../../', ];