diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-10-02 00:45:22 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-11-20 20:59:38 +0100 |
commit | 74cd97e75b1dce43a05d8e15e9fbccf01e833b57 (patch) | |
tree | 531f3a260fd68dbb8b0e95c20ca1e924758ecd9e /tests/bootstrap.php | |
parent | aa061aa7c9187009f220e62252a53b49dad7644a (diff) | |
download | forums-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.php | 2 |
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'; |