aboutsummaryrefslogtreecommitdiff
path: root/tests/jsonapi/_bootstrap.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/jsonapi/_bootstrap.php')
-rw-r--r--tests/jsonapi/_bootstrap.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/jsonapi/_bootstrap.php b/tests/jsonapi/_bootstrap.php
index 2b30aa9..1fc5ba7 100644
--- a/tests/jsonapi/_bootstrap.php
+++ b/tests/jsonapi/_bootstrap.php
@@ -27,8 +27,8 @@ $CACHING_ENABLE = false;
date_default_timezone_set('Europe/Berlin');
-require 'config.inc.php';
-require 'mvv_config.php';
+require $GLOBALS['STUDIP_BASE_PATH'] . '/config/config.inc.php';;
+require $GLOBALS['STUDIP_BASE_PATH'] . '/config/mvv_config.php';
require_once __DIR__ . '/../../lib/bootstrap-autoload.php';