aboutsummaryrefslogtreecommitdiffstats
path: root/tests/di/create_container_test.php
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-05-30 15:18:11 +0200
committerTristan Darricau <github@nicofuma.fr>2014-11-20 19:00:32 +0100
commit1a6e1ecf6f96acb7eb3fc0cc6233773ecb5125a8 (patch)
tree7b95d1afe0189f6886e40f55085a589a07c2e642 /tests/di/create_container_test.php
parentc22562f5cdb3db9482a7c6bc2398ebb12cbcfb8b (diff)
downloadforums-1a6e1ecf6f96acb7eb3fc0cc6233773ecb5125a8.tar
forums-1a6e1ecf6f96acb7eb3fc0cc6233773ecb5125a8.tar.gz
forums-1a6e1ecf6f96acb7eb3fc0cc6233773ecb5125a8.tar.bz2
forums-1a6e1ecf6f96acb7eb3fc0cc6233773ecb5125a8.tar.xz
forums-1a6e1ecf6f96acb7eb3fc0cc6233773ecb5125a8.zip
[ticket/12620] Fix tests
PHPBB3-12620
Diffstat (limited to 'tests/di/create_container_test.php')
-rw-r--r--tests/di/create_container_test.php2
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