aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bootstrap.php
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-10-02 00:45:22 +0200
committerTristan Darricau <github@nicofuma.fr>2014-11-20 20:59:38 +0100
commit74cd97e75b1dce43a05d8e15e9fbccf01e833b57 (patch)
tree531f3a260fd68dbb8b0e95c20ca1e924758ecd9e /tests/bootstrap.php
parentaa061aa7c9187009f220e62252a53b49dad7644a (diff)
downloadforums-74cd97e75b1dce43a05d8e15e9fbccf01e833b57.tar
forums-74cd97e75b1dce43a05d8e15e9fbccf01e833b57.tar.gz
forums-74cd97e75b1dce43a05d8e15e9fbccf01e833b57.tar.bz2
forums-74cd97e75b1dce43a05d8e15e9fbccf01e833b57.tar.xz
forums-74cd97e75b1dce43a05d8e15e9fbccf01e833b57.zip
[ticket/12620] Updates test environment (production => development)
PHPBB3-12620
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';