aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPeter Thienel <thienel@data-quest.de>2024-12-02 15:57:37 +0000
committerPeter Thienel <thienel@data-quest.de>2024-12-02 15:57:37 +0000
commit2e9f63211551b23ca064db6f1695e7a92ea2e889 (patch)
tree05fb1fa58d1413f2233a2f5da0f05baa15e74107 /tests
parent83b735caa7c01c83511c2981eecea4480dcb1705 (diff)
Resolve "JsonApi-Routen für MVV zur Ausgabe eines externen modularisierten Veranstaltungsverzeichnisses"
Closes #4255 Merge request studip/studip!3089
Diffstat (limited to 'tests')
-rw-r--r--tests/jsonapi/_bootstrap.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/jsonapi/_bootstrap.php b/tests/jsonapi/_bootstrap.php
index 01538aa..2b30aa9 100644
--- a/tests/jsonapi/_bootstrap.php
+++ b/tests/jsonapi/_bootstrap.php
@@ -28,6 +28,7 @@ $CACHING_ENABLE = false;
date_default_timezone_set('Europe/Berlin');
require 'config.inc.php';
+require 'mvv_config.php';
require_once __DIR__ . '/../../lib/bootstrap-autoload.php';