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