mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
Merge remote-tracking branch 'nickvergessen/ticket/11691' into develop
# By Joas Schilling # Via Joas Schilling * nickvergessen/ticket/11691: [ticket/11691] Fix conversion test [ticket/11691] Fix table names and arguments/docs [ticket/11691] Move purge code into new function [ticket/11691] Fix typo in comment [ticket/11691] Add order by to the query [ticket/11691] Fix some minor comments [ticket/11691] Fix some more problems with softdelete update [ticket/11691] Change detection of effectively_installed() [ticket/11691] Stagger user notification reconversion even more [ticket/11691] Stagger the convertion of soft delete updates
This commit is contained in:
@@ -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'),
|
||||
|
Reference in New Issue
Block a user