mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 23:07:39 +02: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:
@@ -31,7 +31,6 @@ class phpbb_privmsgs_delete_user_pms_test extends phpbb_database_test_case
|
|||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
array('msg_id' => 1, 'user_id' => 3),
|
array('msg_id' => 1, 'user_id' => 3),
|
||||||
array('msg_id' => 1, 'user_id' => 4),
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
|
Reference in New Issue
Block a user