diff --git a/tests/phpunit/tests/formatting/WPRelNoFollow.php b/tests/phpunit/tests/formatting/WPRelNoFollow.php index 8d6a514e8e..821bb936a1 100644 --- a/tests/phpunit/tests/formatting/WPRelNoFollow.php +++ b/tests/phpunit/tests/formatting/WPRelNoFollow.php @@ -1,15 +1,22 @@ This is some cool Code
'; $expected = 'This is some cool Code
'; $this->assertEquals( $expected, wp_rel_nofollow( $content ) ); } + /** + * @ticket 9959 + */ public function test_convert_no_follow() { $content = 'This is some cool Code
'; $expected = 'This is some cool Code
';