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

[ticket/11386] Fix failing tests from constructor changes

PHPBB3-11386
This commit is contained in:
Nathaniel Guse
2013-03-02 15:17:51 -06:00
parent 59638a6a7d
commit 91be998223
3 changed files with 5 additions and 4 deletions

View File

@@ -58,12 +58,13 @@ class phpbb_dbal_migrator_test extends phpbb_database_test_case
$this->config,
$this->db,
$this->db_tools,
$this->extension_manager,
'phpbb_migrations',
dirname(__FILE__) . '/../../phpBB/',
'php',
'phpbb_', $tools
'phpbb_',
$tools
);
$this->migrator->set_extension_manager($this->extension_manager);
}
public function test_update()