Remove wp_cache_reset()
from the pluggable functions signature tests, as the function is deprecated and no longer used.
See #31491, #33867 git-svn-id: https://develop.svn.wordpress.org/trunk@35145 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
99ec80b140
commit
9d23a7ff96
@ -174,7 +174,6 @@ class Tests_Pluggable extends WP_UnitTestCase {
|
||||
'wp_cache_switch_to_blog' => array( 'blog_id' ),
|
||||
'wp_cache_add_global_groups' => array( 'groups' ),
|
||||
'wp_cache_add_non_persistent_groups' => array( 'groups' ),
|
||||
'wp_cache_reset' => array(),
|
||||
|
||||
// wp-admin/includes/schema.php:
|
||||
'install_network' => array(),
|
||||
|
Loading…
Reference in New Issue
Block a user