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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user