diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2013-10-01 09:56:24 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2013-10-01 09:56:24 +0200 |
commit | 7aadcd547244455a9d3a8539cf6d243ec36a8be5 (patch) | |
tree | d71711f7e9ad352589844486eb977453a0ff1e04 /tests/notification | |
parent | [ticket/11691] Fix table names and arguments/docs (diff) | |
download | phpbb-7aadcd547244455a9d3a8539cf6d243ec36a8be5.tar.gz phpbb-7aadcd547244455a9d3a8539cf6d243ec36a8be5.tar.bz2 phpbb-7aadcd547244455a9d3a8539cf6d243ec36a8be5.zip |
[ticket/11691] Fix conversion test
PHPBB3-11691
Diffstat (limited to 'tests/notification')
-rw-r--r-- | tests/notification/convert_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/notification/convert_test.php b/tests/notification/convert_test.php index ed1fa9b1bf..c692f40b57 100644 --- a/tests/notification/convert_test.php +++ b/tests/notification/convert_test.php @@ -38,7 +38,7 @@ class phpbb_notification_convert_test extends phpbb_database_test_case public function test_convert() { $buffer = new phpbb_mock_sql_insert_buffer($this->db, 'phpbb_user_notifications'); - $this->migration->perform_conversion($buffer, 'phpbb_user_notifications'); + $this->migration->perform_conversion($buffer, 0); $expected = array_merge( $this->create_expected('post', 1, 'email'), |