mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-20 00:21:42 +02:00
[ticket/11691] Fix conversion test
PHPBB3-11691
This commit is contained in:
@@ -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'),
|
||||||
|
Reference in New Issue
Block a user