mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/11420] Fix tests
PHPBB3-11420
This commit is contained in:
parent
91165e0758
commit
9bfb567854
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class phpbb_notification_convert_test extends phpbb_database_test_case
|
|||
|
||||
$this->db = $this->new_dbal();
|
||||
|
||||
$this->migration = new phpbb_db_migration_data_310_notifications3(
|
||||
$this->migration = new phpbb_db_migration_data_310_notification_options_reconvert(
|
||||
new phpbb_config(array()),
|
||||
$this->db,
|
||||
new phpbb_db_tools($this->db),
|
||||
|
|
Loading…
Add table
Reference in a new issue