1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/13770] Fix tests

PHPBB3-13770
This commit is contained in:
Nicofuma
2015-05-10 23:54:49 +02:00
parent 549fe66d90
commit 02af9385a1
3 changed files with 61 additions and 51 deletions

View File

@@ -117,11 +117,10 @@ $phpbb_class_loader_ext->register();
// Set up container
$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
$phpbb_container_builder
->without_extensions()
->without_cache()
->without_compiled_container()
->get_container()
;
$other_config_path = $phpbb_root_path . 'install/update/new/config/';