diff options
| author | Moritz Strohm <strohm@data-quest.de> | 2024-09-02 07:50:49 +0000 |
|---|---|---|
| committer | Moritz Strohm <strohm@data-quest.de> | 2024-09-02 07:50:49 +0000 |
| commit | f00164f6f8b823872d0934830a466aeb2af7114b (patch) | |
| tree | e810d56f7ad1ec8f1e1dd17affd0954f5a54aaf0 /tests | |
| parent | afadde64a6a2017eabb36a3bdef412bb2d2692ba (diff) | |
StEP 3209, re #3209
Merge request studip/studip!2179
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/jsonapi/_bootstrap.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/jsonapi/_bootstrap.php b/tests/jsonapi/_bootstrap.php index ea99293..468d050 100644 --- a/tests/jsonapi/_bootstrap.php +++ b/tests/jsonapi/_bootstrap.php @@ -27,8 +27,6 @@ $CACHING_ENABLE = false; date_default_timezone_set('Europe/Berlin'); -require_once __DIR__.'/../../composer/autoload.php'; - require 'config.inc.php'; require 'lib/helpers.php'; @@ -60,4 +58,6 @@ class DB_Seminar extends DB_Sql } } +require_once __DIR__.'/../../composer/autoload.php'; + session_id("test-session"); |
