From b2fd51c648862aa4898b0fac0a008902b8ec7fe6 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Tue, 13 Oct 2015 19:32:27 +0000 Subject: [PATCH] Reinstate `wp_cache_get()` into the pluggable function tests. The signature tests are now skipped if an external object cache is in use. See #31491 git-svn-id: https://develop.svn.wordpress.org/trunk@35147 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/pluggable.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/phpunit/tests/pluggable.php b/tests/phpunit/tests/pluggable.php index 1e8872d132..281e572016 100644 --- a/tests/phpunit/tests/pluggable.php +++ b/tests/phpunit/tests/pluggable.php @@ -179,6 +179,7 @@ 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(),