aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bootstrap.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bootstrap.php')
-rw-r--r--tests/bootstrap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index 229a6ee82b..2fc8858585 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -12,7 +12,7 @@
*/
define('IN_PHPBB', true);
-define('PHPBB_ENVIRONMENT', 'production');
+define('PHPBB_ENVIRONMENT', 'development');
$phpbb_root_path = 'phpBB/';
$phpEx = 'php';