diff --git a/tests/phpunit/tests/formatting/GetUrlInContent.php b/tests/phpunit/tests/formatting/GetUrlInContent.php index eb1b5c2305..c7229f1bf7 100644 --- a/tests/phpunit/tests/formatting/GetUrlInContent.php +++ b/tests/phpunit/tests/formatting/GetUrlInContent.php @@ -34,7 +34,7 @@ class Tests_Formatting_GetUrlInContent extends WP_UnitTestCase { ), // multiple links array ( 'ABC
LINK CONTENT
', - "http://example.com/Mr%20WordPress2" + "http://example.com/Mr%20WordPress%202" ), // escape link ); }