mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 15:57:45 +02:00
[ticket/11420] Fix tests
PHPBB3-11420
This commit is contained in:
@@ -27,7 +27,7 @@ class phpbb_notification_convert_test extends phpbb_database_test_case
|
|||||||
|
|
||||||
$this->db = $this->new_dbal();
|
$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()),
|
new phpbb_config(array()),
|
||||||
$this->db,
|
$this->db,
|
||||||
new phpbb_db_tools($this->db),
|
new phpbb_db_tools($this->db),
|
||||||
|
Reference in New Issue
Block a user