aboutsummaryrefslogtreecommitdiffstats
path: root/tests/notification
diff options
context:
space:
mode:
authorNathaniel Guse <nathaniel.guse@gmail.com>2013-07-11 15:58:02 -0500
committerNathaniel Guse <nathaniel.guse@gmail.com>2013-07-11 15:58:02 -0500
commit9bfb567854b6c7487fcdc8dd5cd58748b0016911 (patch)
tree322c8c57b14815cb5cfe1f93390f3d43337a3f6c /tests/notification
parent91165e0758ccb47878fe33708ffeee5021614083 (diff)
downloadforums-9bfb567854b6c7487fcdc8dd5cd58748b0016911.tar
forums-9bfb567854b6c7487fcdc8dd5cd58748b0016911.tar.gz
forums-9bfb567854b6c7487fcdc8dd5cd58748b0016911.tar.bz2
forums-9bfb567854b6c7487fcdc8dd5cd58748b0016911.tar.xz
forums-9bfb567854b6c7487fcdc8dd5cd58748b0016911.zip
[ticket/11420] Fix tests
PHPBB3-11420
Diffstat (limited to 'tests/notification')
-rw-r--r--tests/notification/convert_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/notification/convert_test.php b/tests/notification/convert_test.php
index e07c144e16..4d00fa0a1e 100644
--- a/tests/notification/convert_test.php
+++ b/tests/notification/convert_test.php
@@ -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),