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:
parent
641e701865
commit
2399de6870
@ -2,6 +2,7 @@
|
||||
|
||||
/**
|
||||
* @group formatting
|
||||
* @expectedDeprecated wp_htmledit_pre
|
||||
*/
|
||||
class Tests_Formatting_WpHtmlEditPre extends WP_UnitTestCase {
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
/**
|
||||
* @group formatting
|
||||
* @expectedDeprecated wp_richedit_pre
|
||||
*/
|
||||
class Tests_Formatting_WpRichEditPre extends WP_UnitTestCase {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user