diff --git a/tests/phpunit/tests/formatting/WPRelNoFollow.php b/tests/phpunit/tests/formatting/WPRelNoFollow.php index 04c68100d7..187bb5997b 100644 --- a/tests/phpunit/tests/formatting/WPRelNoFollow.php +++ b/tests/phpunit/tests/formatting/WPRelNoFollow.php @@ -76,7 +76,7 @@ class Tests_Rel_No_Follow extends WP_UnitTestCase { } public function test_append_no_follow_with_valueless_attribute() { - $content = '

This is some cool Code

'; + $content = '

This is some cool Code

'; $expected = '

This is some cool Code

'; $this->assertEquals( $expected, wp_rel_nofollow( $content ) ); }