diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-05-15 06:56:03 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-05-15 06:56:03 +0000 |
| commit | 24778635d3cea1bf2a1e59fccb4cccbdcf0af890 (patch) | |
| tree | 0adcb2503071942cb0d78b395b4bb27a1d48b9a7 /tests/configuration.php | |
| parent | 4c0242f044a53979a08e7bec5913dc6a48b976f9 (diff) | |
update codeception/codeception to 5.1.2 and codeception/module-asserts to 3.0.0, fix test, fixes #4150
Closes #4150
Merge request studip/studip!2990
Diffstat (limited to 'tests/configuration.php')
| -rw-r--r-- | tests/configuration.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/configuration.php b/tests/configuration.php index 523229f..c68a445 100644 --- a/tests/configuration.php +++ b/tests/configuration.php @@ -1,6 +1,10 @@ <?php return (function (string ...$filenames) { + $ABSOLUTE_URI_STUDIP = ''; + $ASSETS_URL = ''; + $STUDIP_BASE_PATH = ''; + foreach ($filenames as $filename) { if (file_exists($filename)) { require_once $filename; |
