mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
[ticket/11525] Compare correct array to expected value
PHPBB3-11525
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user