diff --git a/tests/phpunit/tests/formatting/Smilies.php b/tests/phpunit/tests/formatting/Smilies.php
index 3a4c60492b..ff38c6e5bb 100644
--- a/tests/phpunit/tests/formatting/Smilies.php
+++ b/tests/phpunit/tests/formatting/Smilies.php
@@ -169,7 +169,7 @@ class Tests_Formatting_Smilies extends WP_UnitTestCase {
return array (
array (
'8-O :-(',
- "\xf0\x9f\x98\xaf
"
+ "\xf0\x9f\x98\xaf
"
),
array (
'8-) 8-O',
@@ -181,7 +181,7 @@ class Tests_Formatting_Smilies extends WP_UnitTestCase {
),
array (
'8-) :-(',
- "\xf0\x9f\x98\x8e
"
+ "\xf0\x9f\x98\x8e
"
),
array (
'8-) :twisted:',
@@ -189,7 +189,7 @@ class Tests_Formatting_Smilies extends WP_UnitTestCase {
),
array (
'8O :twisted: :( :? :(',
- "\xf0\x9f\x98\xaf \xf0\x9f\x98\x88
\xf0\x9f\x98\x95
"
+ "\xf0\x9f\x98\xaf \xf0\x9f\x98\x88
\xf0\x9f\x98\x95
"
),
);
}