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
This commit is contained in:
parent
8c1781953c
commit
b2fd51c648
@ -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(),
|
||||
|
Loading…
Reference in New Issue
Block a user