diff options
| author | Peter Thienel <thienel@data-quest.de> | 2024-12-02 15:57:37 +0000 |
|---|---|---|
| committer | Peter Thienel <thienel@data-quest.de> | 2024-12-02 15:57:37 +0000 |
| commit | 2e9f63211551b23ca064db6f1695e7a92ea2e889 (patch) | |
| tree | 05fb1fa58d1413f2233a2f5da0f05baa15e74107 /tests/jsonapi | |
| parent | 83b735caa7c01c83511c2981eecea4480dcb1705 (diff) | |
Resolve "JsonApi-Routen für MVV zur Ausgabe eines externen modularisierten Veranstaltungsverzeichnisses"
Closes #4255
Merge request studip/studip!3089
Diffstat (limited to 'tests/jsonapi')
| -rw-r--r-- | tests/jsonapi/_bootstrap.php | 1 |
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'; |
