From 9d23a7ff9680ad0a19243114f29dfd05e6ffbaf0 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Tue, 13 Oct 2015 19:19:04 +0000 Subject: [PATCH] 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 --- tests/phpunit/tests/pluggable.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/phpunit/tests/pluggable.php b/tests/phpunit/tests/pluggable.php index 31f4be7935..2361786660 100644 --- a/tests/phpunit/tests/pluggable.php +++ b/tests/phpunit/tests/pluggable.php @@ -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(),