diff options
Diffstat (limited to 'tests/jsonapi/_bootstrap.php')
| -rw-r--r-- | tests/jsonapi/_bootstrap.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/jsonapi/_bootstrap.php b/tests/jsonapi/_bootstrap.php index 468d050..01538aa 100644 --- a/tests/jsonapi/_bootstrap.php +++ b/tests/jsonapi/_bootstrap.php @@ -28,6 +28,8 @@ $CACHING_ENABLE = false; date_default_timezone_set('Europe/Berlin'); require 'config.inc.php'; +require_once __DIR__ . '/../../lib/bootstrap-autoload.php'; + require 'lib/helpers.php'; require 'lib/functions.php'; @@ -58,6 +60,6 @@ class DB_Seminar extends DB_Sql } } -require_once __DIR__.'/../../composer/autoload.php'; +require_once __DIR__ . '/../../composer/autoload.php'; session_id("test-session"); |
