diff --git a/tests/phpunit/tests/formatting/LikeEscape.php b/tests/phpunit/tests/formatting/LikeEscape.php index c72bbadc2b..db81d19e05 100644 --- a/tests/phpunit/tests/formatting/LikeEscape.php +++ b/tests/phpunit/tests/formatting/LikeEscape.php @@ -19,8 +19,8 @@ class Tests_Formatting_LikeEscape extends WP_UnitTestCase { $expected = array( "howdy\\%", 'howdy\\_', - 'howdy\\\\', - 'howdy\\\\howdy\\%howdy\\_' + 'howdy\\', + 'howdy\\howdy\\%howdy\\_' ); foreach ($inputs as $key => $input) {