mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-12 00:24:34 +00:00
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:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user