From 9d8b14de3f4a563100b4c1ab1c63aa11d166efe6 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 25 Sep 2023 21:55:19 +0000 Subject: [PATCH] fix tests --- info.json | 4 +++- tests/Admin/AdminTest.php | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/info.json b/info.json index 2381b1f..31a2867 100755 --- a/info.json +++ b/info.json @@ -17,7 +17,9 @@ "description": "Marketing module.", "directory": "Marketing", "dependencies": { - "Admin": "1.0.0" + "Admin": "1.0.0", + "Media": "1.0.0", + "Calendar": "1.0.0" }, "providing": { "Navigation": "*" diff --git a/tests/Admin/AdminTest.php b/tests/Admin/AdminTest.php index 524fbd9..9deeef4 100755 --- a/tests/Admin/AdminTest.php +++ b/tests/Admin/AdminTest.php @@ -21,7 +21,7 @@ final class AdminTest extends \PHPUnit\Framework\TestCase { protected const NAME = 'Marketing'; - protected const URI_LOAD = ''; + protected const URI_LOAD = 'http://127.0.0.1/en/backend/marketing'; use \tests\Modules\ModuleTestTrait; }