[ticket/13713] Update expected test results

PHPBB3-13713
This commit is contained in:
Marc Alexander 2021-05-04 21:58:29 +02:00
parent ed291843f2
commit 8513b8d932
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -174,10 +174,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
'name' => 'friend', 'name' => 'friend',
'type' => 'u', 'type' => 'u',
'id' => 7, 'id' => 7,
'avatar' => [ 'avatar' => [],
'type' => 'user',
'img' => [],
],
'rank' => '', 'rank' => '',
'priority' => 1, 'priority' => 1,
], ],
@ -185,10 +182,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
'name' => 'Group we are a member of', 'name' => 'Group we are a member of',
'type' => 'g', 'type' => 'g',
'id' => 3, 'id' => 3,
'avatar' => [ 'avatar' => [],
'type' => 'group',
'img' => '',
],
'rank' => '', 'rank' => '',
'priority' => 0, 'priority' => 0,
], ],
@ -196,10 +190,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
'name' => 'Normal group', 'name' => 'Normal group',
'type' => 'g', 'type' => 'g',
'id' => 1, 'id' => 1,
'avatar' => [ 'avatar' => [],
'type' => 'group',
'img' => '',
],
'rank' => '', 'rank' => '',
'priority' => 0, 'priority' => 0,
], ],
@ -207,10 +198,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
'name' => 'team_member_hidden', 'name' => 'team_member_hidden',
'type' => 'u', 'type' => 'u',
'id' => 6, 'id' => 6,
'avatar' => [ 'avatar' => [],
'type' => 'user',
'img' => [],
],
'rank' => '', 'rank' => '',
'priority' => 1, 'priority' => 1,
], ],
@ -218,10 +206,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
'name' => 'team_member_normal', 'name' => 'team_member_normal',
'type' => 'u', 'type' => 'u',
'id' => 5, 'id' => 5,
'avatar' => [ 'avatar' => [],
'type' => 'user',
'img' => [],
],
'rank' => '', 'rank' => '',
'priority' => 1, 'priority' => 1,
], ],
@ -229,10 +214,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
'name' => 'myself', 'name' => 'myself',
'type' => 'u', 'type' => 'u',
'id' => 2, 'id' => 2,
'avatar' => [ 'avatar' => [],
'type' => 'user',
'img' => [],
],
'rank' => '', 'rank' => '',
'priority' => 0, 'priority' => 0,
], ],
@ -240,10 +222,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
'name' => 'poster', 'name' => 'poster',
'type' => 'u', 'type' => 'u',
'id' => 3, 'id' => 3,
'avatar' => [ 'avatar' => [],
'type' => 'user',
'img' => [],
],
'rank' => '', 'rank' => '',
'priority' => 0, 'priority' => 0,
], ],
@ -251,10 +230,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
'name' => 'replier', 'name' => 'replier',
'type' => 'u', 'type' => 'u',
'id' => 4, 'id' => 4,
'avatar' => [ 'avatar' => [],
'type' => 'user',
'img' => [],
],
'rank' => '', 'rank' => '',
'priority' => 0, 'priority' => 0,
], ],
@ -262,10 +238,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
'name' => 'team_member_normal', 'name' => 'team_member_normal',
'type' => 'u', 'type' => 'u',
'id' => 5, 'id' => 5,
'avatar' => [ 'avatar' => [],
'type' => 'user',
'img' => [],
],
'rank' => '', 'rank' => '',
'priority' => 0, 'priority' => 0,
], ],
@ -273,10 +246,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
'name' => 'team_member_hidden', 'name' => 'team_member_hidden',
'type' => 'u', 'type' => 'u',
'id' => 6, 'id' => 6,
'avatar' => [ 'avatar' => [],
'type' => 'user',
'img' => [],
],
'rank' => '', 'rank' => '',
'priority' => 0, 'priority' => 0,
], ],
@ -284,10 +254,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
'name' => 'friend', 'name' => 'friend',
'type' => 'u', 'type' => 'u',
'id' => 7, 'id' => 7,
'avatar' => [ 'avatar' => [],
'type' => 'user',
'img' => [],
],
'rank' => '', 'rank' => '',
'priority' => 0, 'priority' => 0,
], ],
@ -295,10 +262,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
'name' => 'test', 'name' => 'test',
'type' => 'u', 'type' => 'u',
'id' => 8, 'id' => 8,
'avatar' => [ 'avatar' => [],
'type' => 'user',
'img' => [],
],
'rank' => '', 'rank' => '',
'priority' => 0, 'priority' => 0,
], ],
@ -306,10 +270,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
'name' => 'test1', 'name' => 'test1',
'type' => 'u', 'type' => 'u',
'id' => 9, 'id' => 9,
'avatar' => [ 'avatar' => [],
'type' => 'user',
'img' => [],
],
'rank' => '', 'rank' => '',
'priority' => 0, 'priority' => 0,
], ],
@ -317,10 +278,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
'name' => 'Group we are a member of', 'name' => 'Group we are a member of',
'type' => 'g', 'type' => 'g',
'id' => 3, 'id' => 3,
'avatar' => [ 'avatar' => [],
'type' => 'group',
'img' => '',
],
'rank' => '', 'rank' => '',
'priority' => 1, 'priority' => 1,
], ],
@ -333,10 +291,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
'name' => 'friend', 'name' => 'friend',
'type' => 'u', 'type' => 'u',
'id' => 7, 'id' => 7,
'avatar' => [ 'avatar' => [],
'type' => 'user',
'img' => [],
],
'rank' => '', 'rank' => '',
'priority' => 1, 'priority' => 1,
], ],
@ -344,10 +299,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
'name' => 'Group we are a member of', 'name' => 'Group we are a member of',
'type' => 'g', 'type' => 'g',
'id' => 3, 'id' => 3,
'avatar' => [ 'avatar' => [],
'type' => 'group',
'img' => '',
],
'rank' => '', 'rank' => '',
'priority' => 0, 'priority' => 0,
], ],
@ -355,10 +307,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
'name' => 'Normal group', 'name' => 'Normal group',
'type' => 'g', 'type' => 'g',
'id' => 1, 'id' => 1,
'avatar' => [ 'avatar' => [],
'type' => 'group',
'img' => '',
],
'rank' => '', 'rank' => '',
'priority' => 0, 'priority' => 0,
], ],
@ -366,10 +315,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
'name' => 'team_member_hidden', 'name' => 'team_member_hidden',
'type' => 'u', 'type' => 'u',
'id' => 6, 'id' => 6,
'avatar' => [ 'avatar' => [],
'type' => 'user',
'img' => [],
],
'rank' => '', 'rank' => '',
'priority' => 1, 'priority' => 1,
], ],
@ -377,10 +323,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
'name' => 'team_member_normal', 'name' => 'team_member_normal',
'type' => 'u', 'type' => 'u',
'id' => 5, 'id' => 5,
'avatar' => [ 'avatar' => [],
'type' => 'user',
'img' => [],
],
'rank' => '', 'rank' => '',
'priority' => 1, 'priority' => 1,
], ],
@ -388,10 +331,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
'name' => 'replier', 'name' => 'replier',
'type' => 'u', 'type' => 'u',
'id' => 4, 'id' => 4,
'avatar' => [ 'avatar' => [],
'type' => 'user',
'img' => [],
],
'rank' => '', 'rank' => '',
'priority' => 1, 'priority' => 1,
], ],
@ -399,10 +339,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
'name' => 'poster', 'name' => 'poster',
'type' => 'u', 'type' => 'u',
'id' => 3, 'id' => 3,
'avatar' => [ 'avatar' => [],
'type' => 'user',
'img' => [],
],
'rank' => '', 'rank' => '',
'priority' => 5, 'priority' => 5,
], ],
@ -410,10 +347,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
'name' => 'myself', 'name' => 'myself',
'type' => 'u', 'type' => 'u',
'id' => 2, 'id' => 2,
'avatar' => [ 'avatar' => [],
'type' => 'user',
'img' => [],
],
'rank' => '', 'rank' => '',
'priority' => 0, 'priority' => 0,
], ],
@ -421,10 +355,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
'name' => 'poster', 'name' => 'poster',
'type' => 'u', 'type' => 'u',
'id' => 3, 'id' => 3,
'avatar' => [ 'avatar' => [],
'type' => 'user',
'img' => [],
],
'rank' => '', 'rank' => '',
'priority' => 0, 'priority' => 0,
], ],
@ -432,10 +363,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
'name' => 'replier', 'name' => 'replier',
'type' => 'u', 'type' => 'u',
'id' => 4, 'id' => 4,
'avatar' => [ 'avatar' => [],
'type' => 'user',
'img' => [],
],
'rank' => '', 'rank' => '',
'priority' => 0, 'priority' => 0,
], ],
@ -443,10 +371,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
'name' => 'team_member_normal', 'name' => 'team_member_normal',
'type' => 'u', 'type' => 'u',
'id' => 5, 'id' => 5,
'avatar' => [ 'avatar' => [],
'type' => 'user',
'img' => [],
],
'rank' => '', 'rank' => '',
'priority' => 0, 'priority' => 0,
], ],
@ -454,10 +379,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
'name' => 'team_member_hidden', 'name' => 'team_member_hidden',
'type' => 'u', 'type' => 'u',
'id' => 6, 'id' => 6,
'avatar' => [ 'avatar' => [],
'type' => 'user',
'img' => [],
],
'rank' => '', 'rank' => '',
'priority' => 0, 'priority' => 0,
], ],
@ -465,10 +387,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
'name' => 'friend', 'name' => 'friend',
'type' => 'u', 'type' => 'u',
'id' => 7, 'id' => 7,
'avatar' => [ 'avatar' => [],
'type' => 'user',
'img' => [],
],
'rank' => '', 'rank' => '',
'priority' => 0, 'priority' => 0,
], ],
@ -476,10 +395,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
'name' => 'test', 'name' => 'test',
'type' => 'u', 'type' => 'u',
'id' => 8, 'id' => 8,
'avatar' => [ 'avatar' => [],
'type' => 'user',
'img' => [],
],
'rank' => '', 'rank' => '',
'priority' => 0, 'priority' => 0,
], ],
@ -487,10 +403,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
'name' => 'test1', 'name' => 'test1',
'type' => 'u', 'type' => 'u',
'id' => 9, 'id' => 9,
'avatar' => [ 'avatar' => [],
'type' => 'user',
'img' => [],
],
'rank' => '', 'rank' => '',
'priority' => 0, 'priority' => 0,
], ],
@ -498,10 +411,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
'name' => 'Group we are a member of', 'name' => 'Group we are a member of',
'type' => 'g', 'type' => 'g',
'id' => 3, 'id' => 3,
'avatar' => [ 'avatar' => [],
'type' => 'group',
'img' => '',
],
'rank' => '', 'rank' => '',
'priority' => 1, 'priority' => 1,
], ],
@ -514,10 +424,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
'name' => 'team_member_hidden', 'name' => 'team_member_hidden',
'type' => 'u', 'type' => 'u',
'id' => 6, 'id' => 6,
'avatar' => [ 'avatar' => [],
'type' => 'user',
'img' => [],
],
'rank' => '', 'rank' => '',
'priority' => 1, 'priority' => 1,
], ],
@ -525,10 +432,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
'name' => 'team_member_normal', 'name' => 'team_member_normal',
'type' => 'u', 'type' => 'u',
'id' => 5, 'id' => 5,
'avatar' => [ 'avatar' => [],
'type' => 'user',
'img' => [],
],
'rank' => '', 'rank' => '',
'priority' => 1, 'priority' => 1,
], ],
@ -536,10 +440,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
'name' => 'team_member_normal', 'name' => 'team_member_normal',
'type' => 'u', 'type' => 'u',
'id' => 5, 'id' => 5,
'avatar' => [ 'avatar' => [],
'type' => 'user',
'img' => [],
],
'rank' => '', 'rank' => '',
'priority' => 0, 'priority' => 0,
], ],
@ -547,10 +448,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
'name' => 'team_member_hidden', 'name' => 'team_member_hidden',
'type' => 'u', 'type' => 'u',
'id' => 6, 'id' => 6,
'avatar' => [ 'avatar' => [],
'type' => 'user',
'img' => [],
],
'rank' => '', 'rank' => '',
'priority' => 0, 'priority' => 0,
], ],
@ -558,10 +456,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
'name' => 'test', 'name' => 'test',
'type' => 'u', 'type' => 'u',
'id' => 8, 'id' => 8,
'avatar' => [ 'avatar' => [],
'type' => 'user',
'img' => [],
],
'rank' => '', 'rank' => '',
'priority' => 0, 'priority' => 0,
], ],
@ -569,10 +464,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
'name' => 'test1', 'name' => 'test1',
'type' => 'u', 'type' => 'u',
'id' => 9, 'id' => 9,
'avatar' => [ 'avatar' => [],
'type' => 'user',
'img' => [],
],
'rank' => '', 'rank' => '',
'priority' => 0, 'priority' => 0,
], ],
@ -580,10 +472,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
'name' => 'test2', 'name' => 'test2',
'type' => 'u', 'type' => 'u',
'id' => 10, 'id' => 10,
'avatar' => [ 'avatar' => [],
'type' => 'user',
'img' => [],
],
'rank' => '', 'rank' => '',
'priority' => 0, 'priority' => 0,
], ],
@ -591,10 +480,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
'name' => 'test3', 'name' => 'test3',
'type' => 'u', 'type' => 'u',
'id' => 11, 'id' => 11,
'avatar' => [ 'avatar' => [],
'type' => 'user',
'img' => [],
],
'rank' => '', 'rank' => '',
'priority' => 0, 'priority' => 0,
], ],
@ -607,10 +493,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
'name' => 'test', 'name' => 'test',
'type' => 'u', 'type' => 'u',
'id' => 8, 'id' => 8,
'avatar' => [ 'avatar' => [],
'type' => 'user',
'img' => [],
],
'rank' => '', 'rank' => '',
'priority' => 0, 'priority' => 0,
], ],
@ -618,10 +501,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
'name' => 'test1', 'name' => 'test1',
'type' => 'u', 'type' => 'u',
'id' => 9, 'id' => 9,
'avatar' => [ 'avatar' => [],
'type' => 'user',
'img' => [],
],
'rank' => '', 'rank' => '',
'priority' => 0, 'priority' => 0,
], ],
@ -629,10 +509,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
'name' => 'test2', 'name' => 'test2',
'type' => 'u', 'type' => 'u',
'id' => 10, 'id' => 10,
'avatar' => [ 'avatar' => [],
'type' => 'user',
'img' => [],
],
'rank' => '', 'rank' => '',
'priority' => 0, 'priority' => 0,
], ],
@ -640,10 +517,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
'name' => 'test3', 'name' => 'test3',
'type' => 'u', 'type' => 'u',
'id' => 11, 'id' => 11,
'avatar' => [ 'avatar' => [],
'type' => 'user',
'img' => [],
],
'rank' => '', 'rank' => '',
'priority' => 0, 'priority' => 0,
], ],
@ -655,10 +529,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
'name' => 'test1', 'name' => 'test1',
'type' => 'u', 'type' => 'u',
'id' => 9, 'id' => 9,
'avatar' => [ 'avatar' => [],
'type' => 'user',
'img' => [],
],
'rank' => '', 'rank' => '',
'priority' => 0, 'priority' => 0,
]], ]],