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

[ticket/11415] Remove migrator dependency from extension manager

PHPBB3-11415
This commit is contained in:
Nathaniel Guse
2013-05-01 14:09:08 -05:00
parent 7ed21cc6f2
commit 60e3272839
6 changed files with 18 additions and 10 deletions

View File

@@ -148,8 +148,11 @@ class phpbb_functional_test_case extends phpbb_test_case
self::$config['table_prefix'],
array()
);
$container = new phpbb_mock_container_builder();
$container->set('migrator', $migrator);
$extension_manager = new phpbb_extension_manager(
new phpbb_mock_container_builder(),
$container,
$db,
$config,
$migrator,