mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 07:18:08 +02:00
[ticket/16904] Fix mentions test
PHPBB3-16904
This commit is contained in:
@@ -118,6 +118,6 @@ class mention_helper_test extends phpbb_database_test_case
|
|||||||
*/
|
*/
|
||||||
public function test_get_mentioned_user_ids($incoming_xml, $expected_result)
|
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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user