diff --git a/phpunit/class-elements-test.php b/phpunit/class-elements-test.php index c5ecc36fd4e0d2..585cbb845d2118 100644 --- a/phpunit/class-elements-test.php +++ b/phpunit/class-elements-test.php @@ -41,7 +41,7 @@ public function test_simple_paragraph_link_color() { ); $this->assertSame( $result, - '

Hello WordPress!

' . "\n" + '' . "\n" . '

Hello WordPress!

' ); } @@ -71,7 +71,7 @@ public function test_class_paragraph_link_color() { ); $this->assertSame( $result, - '

Hello WordPress!

' . "\n" + '' . "\n" . '

Hello WordPress!

' ); } @@ -100,7 +100,7 @@ public function test_anchor_paragraph_link_color() { ); $this->assertSame( $result, - '

Hello WordPress!

' . "\n" + '' . "\n" . '

Hello WordPress!

' ); } }