aboutsummaryrefslogtreecommitdiffstats
path: root/tests/di/create_container_test.php
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-11-19 19:50:07 +0100
committerTristan Darricau <github@nicofuma.fr>2014-11-20 21:12:22 +0100
commitdd4f2387fd2f4df0e1513c251c9044f5bef60618 (patch)
treecddc7f06ac3b2a54d6767e7e84bdd237ae073bf5 /tests/di/create_container_test.php
parent91daa736639fca67b2d330d0f20aabbd55eec2cf (diff)
downloadforums-dd4f2387fd2f4df0e1513c251c9044f5bef60618.tar
forums-dd4f2387fd2f4df0e1513c251c9044f5bef60618.tar.gz
forums-dd4f2387fd2f4df0e1513c251c9044f5bef60618.tar.bz2
forums-dd4f2387fd2f4df0e1513c251c9044f5bef60618.tar.xz
forums-dd4f2387fd2f4df0e1513c251c9044f5bef60618.zip
[ticket/12620] Use the test environment for the tests
PHPBB3-12620
Diffstat (limited to 'tests/di/create_container_test.php')
-rw-r--r--tests/di/create_container_test.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/di/create_container_test.php b/tests/di/create_container_test.php
index 9cc714db40..d52fb6b085 100644
--- a/tests/di/create_container_test.php
+++ b/tests/di/create_container_test.php
@@ -13,8 +13,6 @@
namespace
{
- define('PHPBB_ENVIRONMENT', 'production');
-
require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php';
require_once dirname(__FILE__) . '/fixtures/ext/vendor/enabled_4/di/extension.php';