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:
John Blackbourn 2015-10-13 19:19:04 +00:00
parent 99ec80b140
commit 9d23a7ff96
1 changed files with 0 additions and 1 deletions

View File

@ -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(),