[ticket/11691] Fix conversion test

PHPBB3-11691
This commit is contained in:
Joas Schilling 2013-10-01 09:56:24 +02:00
parent 07186656c8
commit 7aadcd5472

View file

@ -38,7 +38,7 @@ class phpbb_notification_convert_test extends phpbb_database_test_case
public function test_convert() public function test_convert()
{ {
$buffer = new phpbb_mock_sql_insert_buffer($this->db, 'phpbb_user_notifications'); $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( $expected = array_merge(
$this->create_expected('post', 1, 'email'), $this->create_expected('post', 1, 'email'),