mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11525] Compare correct array to expected value
PHPBB3-11525
This commit is contained in:
parent
aa84f7de04
commit
32ba402c34
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ class phpbb_avatar_manager_test extends PHPUnit_Framework_TestCase
|
||||||
foreach ($output as $key => $value)
|
foreach ($output as $key => $value)
|
||||||
{
|
{
|
||||||
$this->assertArrayHasKey($key, $cleaned_row);
|
$this->assertArrayHasKey($key, $cleaned_row);
|
||||||
$this->assertEquals($output[$key], $value);
|
$this->assertEquals($cleaned_row[$key], $value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue