diff options
| author | Marcus Eibrink-Lunzenauer <lunzenauer@elan-ev.de> | 2024-06-04 08:57:37 +0000 |
|---|---|---|
| committer | Marcus Eibrink-Lunzenauer <lunzenauer@elan-ev.de> | 2024-06-04 08:57:37 +0000 |
| commit | 639d258e2aaa4a79161cc161903ce0192b04e59a (patch) | |
| tree | e973226d561681947fc8d35224d3ecc0e8659c3c /tests/jsonapi/_bootstrap.php | |
| parent | 44d0923e7a000755ef6d8338e0d382e9e97a0106 (diff) | |
Create plugins using the dependency injection.
Closes #4247
Merge request studip/studip!3078
Diffstat (limited to 'tests/jsonapi/_bootstrap.php')
| -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 dea1c81..7987b34 100644 --- a/tests/jsonapi/_bootstrap.php +++ b/tests/jsonapi/_bootstrap.php @@ -29,6 +29,7 @@ date_default_timezone_set('Europe/Berlin'); require 'config.inc.php'; +require 'lib/helpers.php'; require 'lib/functions.php'; require 'lib/language.inc.php'; require 'lib/visual.inc.php'; |
