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; }