From acecb693f81b7da428c263c1e52b94a98053cb43 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 25 Sep 2023 11:32:52 +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__ . '/../../', ];