aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bootstrap.php
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-09-05 03:03:20 +0200
committerTristan Darricau <github@nicofuma.fr>2014-11-20 19:06:52 +0100
commit7cd0fd83b8047f40edfb69a427b14997801ef25b (patch)
tree54756a2abe2123289f6356fe0ee7bd07102e90ad /tests/bootstrap.php
parent0bf3d2d962c33ffa606d38e91d04665b78fbd8bc (diff)
downloadforums-7cd0fd83b8047f40edfb69a427b14997801ef25b.tar
forums-7cd0fd83b8047f40edfb69a427b14997801ef25b.tar.gz
forums-7cd0fd83b8047f40edfb69a427b14997801ef25b.tar.bz2
forums-7cd0fd83b8047f40edfb69a427b14997801ef25b.tar.xz
forums-7cd0fd83b8047f40edfb69a427b14997801ef25b.zip
[ticket/12620] Fix tests
PHPBB3-12620
Diffstat (limited to 'tests/bootstrap.php')
-rw-r--r--tests/bootstrap.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index 0e81f4372a..229a6ee82b 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -12,6 +12,8 @@
*/
define('IN_PHPBB', true);
+define('PHPBB_ENVIRONMENT', 'production');
+
$phpbb_root_path = 'phpBB/';
$phpEx = 'php';
require_once $phpbb_root_path . 'includes/startup.php';