From d418115adc3574c718716485ed9d3e62acb87e88 Mon Sep 17 00:00:00 2001 From: Michael Vickers Date: Sat, 3 Oct 2020 12:15:45 +0100 Subject: [PATCH] Hide user name from screen readers --- tests/units/Formatter/UserMentionFormatterTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/units/Formatter/UserMentionFormatterTest.php b/tests/units/Formatter/UserMentionFormatterTest.php index 5d728c68b..c42608ab3 100644 --- a/tests/units/Formatter/UserMentionFormatterTest.php +++ b/tests/units/Formatter/UserMentionFormatterTest.php @@ -29,7 +29,7 @@ class UserMentionFormatterTest extends Base $expected = array( array( 'value' => 'someone', - 'html' => '
Someone
someone Someone', + 'html' => '
Someone
someone ', ), array( 'value' => 'somebody',