From a43cf39de9286c94bb22af44ae08d5cf5d07db09 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 25 Sep 2023 11:04:33 +0000 Subject: [PATCH] fix tests --- tests/Autoloader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Autoloader.php b/tests/Autoloader.php index f08bcb9..d07405a 100755 --- a/tests/Autoloader.php +++ b/tests/Autoloader.php @@ -34,7 +34,7 @@ final class Autoloader */ private static $paths = [ __DIR__ . '/../', - __DIR__ . '/../Karaka/', + __DIR__ . '/../MainAutoloader/', __DIR__ . '/../../', ];