diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-05-30 22:55:27 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-11-20 19:00:50 +0100 |
commit | 943e27dffa1ecea1c34e9ae5b11c49186f30e046 (patch) | |
tree | f381b1c98a0860e3d4507a36a1b7ebad81e57e25 /tests/di | |
parent | 7fa3b4c6860d85c7616e2182241eefe9515dc8a8 (diff) | |
download | forums-943e27dffa1ecea1c34e9ae5b11c49186f30e046.tar forums-943e27dffa1ecea1c34e9ae5b11c49186f30e046.tar.gz forums-943e27dffa1ecea1c34e9ae5b11c49186f30e046.tar.bz2 forums-943e27dffa1ecea1c34e9ae5b11c49186f30e046.tar.xz forums-943e27dffa1ecea1c34e9ae5b11c49186f30e046.zip |
[ticket/12620] Fix functional tests
PHPBB3-12620
Diffstat (limited to 'tests/di')
-rw-r--r-- | tests/di/create_container_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/di/create_container_test.php b/tests/di/create_container_test.php index c98d3ff6bc..2ddbf68f39 100644 --- a/tests/di/create_container_test.php +++ b/tests/di/create_container_test.php @@ -13,7 +13,7 @@ namespace { - define('ENVIRONMENT', 'productive'); + define('ENVIRONMENT', 'production'); require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php'; |