1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 19:54:12 +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

@@ -59,8 +59,11 @@ class metadata_manager_test extends phpbb_database_test_case
$this->table_prefix,
array()
);
$container = new phpbb_mock_container_builder();
$container->set('migrator', $migrator);
$this->extension_manager = new phpbb_extension_manager(
new phpbb_mock_container_builder(),
$container,
$this->db,
$this->config,
$this->migrator,