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

@@ -107,11 +107,13 @@ class phpbb_extension_manager_test extends phpbb_database_test_case
$table_prefix,
array()
);
$container = new phpbb_mock_container_builder();
$container->set('migrator', $migrator);
return new phpbb_extension_manager(
new phpbb_mock_container_builder(),
$container,
$db,
$config,
$migrator,
new phpbb_filesystem(),
'phpbb_ext',
dirname(__FILE__) . '/',