diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-12-04 15:51:57 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-12-04 15:51:57 +0000 |
| commit | c1e29f7e8462cc8988f0dca201f7f57dc2807add (patch) | |
| tree | bcc0f369020de418a21fc4dc1c13111d01dfd62b /tests/functional/_bootstrap.php | |
| parent | fac89b11bc20d86ec435c1b450ccc50219002ecf (diff) | |
upgrade to phpstan 2, fixes #4958
Closes #4958
Merge request studip/studip!3722
Diffstat (limited to 'tests/functional/_bootstrap.php')
| -rw-r--r-- | tests/functional/_bootstrap.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/_bootstrap.php b/tests/functional/_bootstrap.php index cdc9db1..1897878 100644 --- a/tests/functional/_bootstrap.php +++ b/tests/functional/_bootstrap.php @@ -37,7 +37,7 @@ StudipFileloader::load( foreach($added_configs as $key => $value) { $GLOBALS[$key] = $value; } -require 'config/config.inc.php'; +require $GLOBALS['STUDIP_BASE_PATH'] . '/config/config.inc.php';; require_once __DIR__ . '/../../lib/bootstrap-autoload.php'; // Do not send mails of any kind during tests |
