mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/16904] Fix mentions test
PHPBB3-16904
This commit is contained in:
parent
428828a93d
commit
7b12c04bad
1 changed files with 1 additions and 1 deletions
|
@ -118,6 +118,6 @@ class mention_helper_test extends phpbb_database_test_case
|
|||
*/
|
||||
public function test_get_mentioned_user_ids($incoming_xml, $expected_result)
|
||||
{
|
||||
$this->assertSame($expected_result, $this->mention_helper->get_mentioned_user_ids($incoming_xml));
|
||||
$this->assertEqualsCanonicalizing($expected_result, $this->mention_helper->get_mentioned_user_ids($incoming_xml));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue