From 283397053a39d78acdb87250613f415f4ad981f8 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 28 Mar 2020 16:27:03 +0100 Subject: [PATCH] test path fixes --- tests/ControllerTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/ControllerTest.php b/tests/ControllerTest.php index a6e362e..9f2527c 100644 --- a/tests/ControllerTest.php +++ b/tests/ControllerTest.php @@ -14,8 +14,6 @@ declare(strict_types=1); namespace Modules\Editor\tests; -require_once __DIR__ . '/../../tests/Autoloader.php'; - use Model\CoreSettings; use Modules\Admin\Models\AccountPermission; use Modules\Editor\Controller\ApiController;