aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/bootstrap.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index bf946df381..63e6f4b280 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -29,6 +29,8 @@ else
define('STRIP', (get_magic_quotes_gpc()) ? true : false);
}
+require_once $phpbb_root_path . 'vendor/.composer/autoload.php';
+
require_once $phpbb_root_path . 'includes/constants.php';
require_once $phpbb_root_path . 'includes/class_loader.' . $phpEx;