diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-05-30 15:18:11 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-11-20 19:00:32 +0100 |
commit | 1a6e1ecf6f96acb7eb3fc0cc6233773ecb5125a8 (patch) | |
tree | 7b95d1afe0189f6886e40f55085a589a07c2e642 /tests/di | |
parent | [ticket/12620] Allow the user to define multiples environments (diff) | |
download | phpbb-1a6e1ecf6f96acb7eb3fc0cc6233773ecb5125a8.tar.gz phpbb-1a6e1ecf6f96acb7eb3fc0cc6233773ecb5125a8.tar.bz2 phpbb-1a6e1ecf6f96acb7eb3fc0cc6233773ecb5125a8.zip |
[ticket/12620] Fix tests
PHPBB3-12620
Diffstat (limited to 'tests/di')
-rw-r--r-- | tests/di/create_container_test.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/di/create_container_test.php b/tests/di/create_container_test.php index 4ae6017989..c98d3ff6bc 100644 --- a/tests/di/create_container_test.php +++ b/tests/di/create_container_test.php @@ -13,6 +13,8 @@ namespace { + define('ENVIRONMENT', 'productive'); + require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php'; class phpbb_di_container_test extends \phpbb_test_case |