1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 19:54:12 +02:00

[ticket/13770] Update tests

PHPBB3-13770
This commit is contained in:
Tristan Darricau
2015-04-26 21:30:50 +02:00
committed by Nicofuma
parent c96e7ef171
commit 549fe66d90
6 changed files with 44 additions and 72 deletions

View File

@@ -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()