aboutsummaryrefslogtreecommitdiff
path: root/tests/configuration.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/configuration.php')
-rw-r--r--tests/configuration.php4
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;