From 2399de6870e3929d4b7e673bd47d247060f5ff8a Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Tue, 23 Jun 2015 14:41:39 +0000 Subject: [PATCH] Add `expectedDeprecated` flags to `wp_richedit_pre()` and `wp_htmledit_pre()` unit tests. These functions were deprecated in [32899]. See #32425. git-svn-id: https://develop.svn.wordpress.org/trunk@32912 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/formatting/WpHtmlEditPre.php | 1 + tests/phpunit/tests/formatting/WpRichEditPre.php | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/phpunit/tests/formatting/WpHtmlEditPre.php b/tests/phpunit/tests/formatting/WpHtmlEditPre.php index 82c7531f69..fa5402f3f1 100644 --- a/tests/phpunit/tests/formatting/WpHtmlEditPre.php +++ b/tests/phpunit/tests/formatting/WpHtmlEditPre.php @@ -2,6 +2,7 @@ /** * @group formatting + * @expectedDeprecated wp_htmledit_pre */ class Tests_Formatting_WpHtmlEditPre extends WP_UnitTestCase { diff --git a/tests/phpunit/tests/formatting/WpRichEditPre.php b/tests/phpunit/tests/formatting/WpRichEditPre.php index 06963c65e4..2f8a06f1bb 100644 --- a/tests/phpunit/tests/formatting/WpRichEditPre.php +++ b/tests/phpunit/tests/formatting/WpRichEditPre.php @@ -2,6 +2,7 @@ /** * @group formatting + * @expectedDeprecated wp_richedit_pre */ class Tests_Formatting_WpRichEditPre extends WP_UnitTestCase {