diff --git a/tests/phpunit/tests/formatting/wpAutop.php b/tests/phpunit/tests/formatting/wpAutop.php index b9592155fe..6630782963 100644 --- a/tests/phpunit/tests/formatting/wpAutop.php +++ b/tests/phpunit/tests/formatting/wpAutop.php @@ -158,7 +158,7 @@ PS. Not yet subscribed for update notifications? $str
", trim( wpautop( $str ) ) ); + $this->assertSameIgnoreEOL( "$str
", trim( wpautop( $str ) ) ); } /**