From 0f45c941f68de97f20d035381f3593ca7ce92110 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Thu, 26 Jun 2014 17:27:49 +0000 Subject: [PATCH] Fix `wpautop()` unit tests. See #25646, #22230, #25856. Props rachelbaker. Fixes #28638. git-svn-id: https://develop.svn.wordpress.org/trunk@28853 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/formatting/Autop.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/phpunit/tests/formatting/Autop.php b/tests/phpunit/tests/formatting/Autop.php index e69801c146..1205350158 100644 --- a/tests/phpunit/tests/formatting/Autop.php +++ b/tests/phpunit/tests/formatting/Autop.php @@ -299,8 +299,6 @@ Paragraph two.'; 'ol', 'li', 'pre', - 'select', - 'option', 'form', 'map', 'area', @@ -325,7 +323,6 @@ Paragraph two.'; 'footer', 'nav', 'figure', - 'figcaption', 'details', 'menu', 'summary', @@ -387,6 +384,9 @@ Paragraph two.'; 'del', 'ins', 'noscript', + 'figcaption', + 'select', + 'option' ); $content = $expected = array();