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
This commit is contained in:
Boone Gorges 2015-06-23 14:41:39 +00:00
parent 641e701865
commit 2399de6870
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
/**
* @group formatting
* @expectedDeprecated wp_htmledit_pre
*/
class Tests_Formatting_WpHtmlEditPre extends WP_UnitTestCase {

View File

@ -2,6 +2,7 @@
/**
* @group formatting
* @expectedDeprecated wp_richedit_pre
*/
class Tests_Formatting_WpRichEditPre extends WP_UnitTestCase {