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

[ticket/16346] More fixes

PHPBB3-16346
This commit is contained in:
rubencm
2020-08-10 07:14:30 +00:00
parent 52b7125cce
commit 758c28ca69
2 changed files with 2 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ class migrations_check_config_added_test extends phpbb_test_case
$this->php_ext,
$this->table_prefix,
[],
[],
new \phpbb\db\migration\helper()
);
$this->container->set('migrator', $this->migrator);