diff --git a/tests/phpunit/tests/formatting/Autop.php b/tests/phpunit/tests/formatting/Autop.php
index 62251d78ca..b92af0f110 100644
--- a/tests/phpunit/tests/formatting/Autop.php
+++ b/tests/phpunit/tests/formatting/Autop.php
@@ -534,4 +534,28 @@ line 2
$this->assertEquals( $expected, trim( wpautop( $content ) ) );
}
+
+ /**
+ * wpautop() should not add extra

+