diff options
author | Mate Bartus <mate.bartus@gmail.com> | 2015-10-30 14:58:53 +0100 |
---|---|---|
committer | Mate Bartus <mate.bartus@gmail.com> | 2015-10-30 14:58:53 +0100 |
commit | a910c8699761a40501d7e0b807e4282925c098b9 (patch) | |
tree | 34c81c14a3afb6882a53887571505d657f1efbc4 /tests/bootstrap.php | |
parent | 71ec5185e16c389d6d25b9999e73a4e6298cd721 (diff) | |
download | forums-a910c8699761a40501d7e0b807e4282925c098b9.tar forums-a910c8699761a40501d7e0b807e4282925c098b9.tar.gz forums-a910c8699761a40501d7e0b807e4282925c098b9.tar.bz2 forums-a910c8699761a40501d7e0b807e4282925c098b9.tar.xz forums-a910c8699761a40501d7e0b807e4282925c098b9.zip |
[ticket/14044] Fix tests
PHPBB3-14044
Diffstat (limited to 'tests/bootstrap.php')
-rw-r--r-- | tests/bootstrap.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/bootstrap.php b/tests/bootstrap.php index ace48ea035..86e1e5314b 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -16,6 +16,8 @@ define('PHPBB_ENVIRONMENT', 'test'); $phpbb_root_path = 'phpBB/'; $phpEx = 'php'; + +global $table_prefix; require_once $phpbb_root_path . 'includes/startup.php'; $table_prefix = 'phpbb_'; |