diff --git a/tests/phpunit/tests/shortcode.php b/tests/phpunit/tests/shortcode.php index 7e8b97188a..2a966bf15d 100644 --- a/tests/phpunit/tests/shortcode.php +++ b/tests/phpunit/tests/shortcode.php @@ -307,16 +307,6 @@ EOF; $this->assertEquals( $test_string, shortcode_unautop( wpautop( $test_string ) ) ); } - /** - * @ticket 14050 - */ - function test_multiple_shortcode_unautop() { - // a blank line is added at the end, so test with it already there - $test_string = "[footag]\n[footag]\n"; - $actual = shortcode_unautop( wpautop( $test_string ) ); - $this->assertEquals( $test_string, $actual ); - } - /** * @ticket 10326 */