mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/10950] Fix unit tests to fit the new pm deleting behaviour
Undelivered PMs should not be delivered to recipients that have not yet received them. PHPBB3-10950
This commit is contained in:
parent
d9a32ce614
commit
a9c091fad4
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ class phpbb_privmsgs_delete_user_pms_test extends phpbb_database_test_case
|
|||
),
|
||||
array(
|
||||
array('msg_id' => 1, 'user_id' => 3),
|
||||
array('msg_id' => 1, 'user_id' => 4),
|
||||
),
|
||||
),
|
||||
array(
|
||||
|
|
Loading…
Add table
Reference in a new issue