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 | |
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
-rw-r--r-- | tests/bootstrap.php | 2 | ||||
-rw-r--r-- | tests/controller/config/development/routing.yml (renamed from tests/controller/config/production/routing.yml) | 0 | ||||
-rw-r--r-- | tests/controller/ext/vendor2/bar/config/development/routing.yml (renamed from tests/controller/ext/vendor2/bar/config/production/routing.yml) | 0 | ||||
-rw-r--r-- | tests/di/fixtures/config/development/environment.yml (renamed from tests/di/fixtures/config/production/environment.yml) | 0 | ||||
-rw-r--r-- | tests/di/fixtures/ext/vendor/disabled/config/development/environment.yml (renamed from tests/di/fixtures/ext/vendor/disabled/config/production/environment.yml) | 0 | ||||
-rw-r--r-- | tests/di/fixtures/ext/vendor/enabled-2/config/development/environment.yml (renamed from tests/di/fixtures/ext/vendor/enabled-2/config/production/environment.yml) | 0 | ||||
-rw-r--r-- | tests/di/fixtures/other_config/development/environment.yml (renamed from tests/di/fixtures/other_config/production/environment.yml) | 0 | ||||
-rw-r--r-- | tests/pagination/config/development/routing.yml (renamed from tests/pagination/config/production/routing.yml) | 0 |
8 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'; diff --git a/tests/controller/config/production/routing.yml b/tests/controller/config/development/routing.yml index 175b11f130..175b11f130 100644 --- a/tests/controller/config/production/routing.yml +++ b/tests/controller/config/development/routing.yml diff --git a/tests/controller/ext/vendor2/bar/config/production/routing.yml b/tests/controller/ext/vendor2/bar/config/development/routing.yml index 85c93b453f..85c93b453f 100644 --- a/tests/controller/ext/vendor2/bar/config/production/routing.yml +++ b/tests/controller/ext/vendor2/bar/config/development/routing.yml diff --git a/tests/di/fixtures/config/production/environment.yml b/tests/di/fixtures/config/development/environment.yml index f2a22ae109..f2a22ae109 100644 --- a/tests/di/fixtures/config/production/environment.yml +++ b/tests/di/fixtures/config/development/environment.yml diff --git a/tests/di/fixtures/ext/vendor/disabled/config/production/environment.yml b/tests/di/fixtures/ext/vendor/disabled/config/development/environment.yml index 31ada384bf..31ada384bf 100644 --- a/tests/di/fixtures/ext/vendor/disabled/config/production/environment.yml +++ b/tests/di/fixtures/ext/vendor/disabled/config/development/environment.yml diff --git a/tests/di/fixtures/ext/vendor/enabled-2/config/production/environment.yml b/tests/di/fixtures/ext/vendor/enabled-2/config/development/environment.yml index feeb5a7a2d..feeb5a7a2d 100644 --- a/tests/di/fixtures/ext/vendor/enabled-2/config/production/environment.yml +++ b/tests/di/fixtures/ext/vendor/enabled-2/config/development/environment.yml diff --git a/tests/di/fixtures/other_config/production/environment.yml b/tests/di/fixtures/other_config/development/environment.yml index c299bfc648..c299bfc648 100644 --- a/tests/di/fixtures/other_config/production/environment.yml +++ b/tests/di/fixtures/other_config/development/environment.yml diff --git a/tests/pagination/config/production/routing.yml b/tests/pagination/config/development/routing.yml index dd667274cd..dd667274cd 100644 --- a/tests/pagination/config/production/routing.yml +++ b/tests/pagination/config/development/routing.yml |