mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11525] Fix expected value of group avatar test
PHPBB3-11525
This commit is contained in:
parent
32ba402c34
commit
a74c560eca
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ class phpbb_avatar_manager_test extends PHPUnit_Framework_TestCase
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'avatar' => '',
|
'avatar' => '',
|
||||||
'id' => 4,
|
'id' => 'g4',
|
||||||
'user_id' => 5,
|
'user_id' => 5,
|
||||||
),
|
),
|
||||||
'group',
|
'group',
|
||||||
|
|
Loading…
Add table
Reference in a new issue