From 0e213684febc7cc7362ed6040d8d68fafa655d0b 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 9b88d7c..d3fabb1 100644 --- a/tests/ControllerTest.php +++ b/tests/ControllerTest.php @@ -14,8 +14,6 @@ declare(strict_types=1); namespace Modules\Draw\tests; -require_once __DIR__ . '/../../tests/Autoloader.php'; - use Model\CoreSettings; use Modules\Admin\Models\AccountPermission; use phpOMS\Account\Account;