mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11691] Fix conversion test
PHPBB3-11691
This commit is contained in:
parent
07186656c8
commit
7aadcd5472
1 changed files with 1 additions and 1 deletions
|
@ -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'),
|
||||||
|
|
Loading…
Add table
Reference in a new issue