aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2015-04-26 21:30:50 +0200
committerNicofuma <github@nicofuma.fr>2015-05-14 23:04:18 +0200
commit549fe66d90eed1d6a4fee6f5f706c73455d73596 (patch)
treeacbc96aacef03fdb6e7d324d79d2592ab52d4dce /phpBB/install
parentc96e7ef1711932c2236620903bc256b346514dfc (diff)
downloadforums-549fe66d90eed1d6a4fee6f5f706c73455d73596.tar
forums-549fe66d90eed1d6a4fee6f5f706c73455d73596.tar.gz
forums-549fe66d90eed1d6a4fee6f5f706c73455d73596.tar.bz2
forums-549fe66d90eed1d6a4fee6f5f706c73455d73596.tar.xz
forums-549fe66d90eed1d6a4fee6f5f706c73455d73596.zip
[ticket/13770] Update tests
PHPBB3-13770
Diffstat (limited to 'phpBB/install')
-rw-r--r--phpBB/install/index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/install/index.php b/phpBB/install/index.php
index 19cf27940b..f935e3d08c 100644
--- a/phpBB/install/index.php
+++ b/phpBB/install/index.php
@@ -118,7 +118,6 @@ $phpbb_class_loader_ext->register();
$phpbb_config_php_file = new \phpbb\config_php_file($phpbb_root_path, $phpEx);
$phpbb_container_builder = new \phpbb\di\container_builder($phpbb_root_path, $phpEx);
$phpbb_container = $phpbb_container_builder
- ->with_config($phpbb_config_php_file)
->without_extensions()
->without_cache()
->without_compiled_container()