aboutsummaryrefslogtreecommitdiff
path: root/tests/di
diff options
context:
space:
mode:
Diffstat (limited to 'tests/di')
-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