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

[ticket/11880] Move get_schema_steps function to a migrator helper class

PHPBB3-11880
This commit is contained in:
Nathan Guse
2014-02-05 09:57:36 -06:00
parent 2c878ead31
commit 38eb6b0e13
7 changed files with 27 additions and 72 deletions

View File

@@ -50,7 +50,8 @@ class phpbb_dbal_migrator_test extends phpbb_database_test_case
dirname(__FILE__) . '/../../phpBB/',
'php',
'phpbb_',
$tools
$tools,
new \phpbb\db\migration\helper()
);
$container = new phpbb_mock_container_builder();