Make WordPress Core

Changeset 35147


Ignore:
Timestamp:
10/13/2015 07:32:27 PM (9 years ago)
Author:
johnbillion
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/pluggable.php

    r35146 r35147  
    180180            'wp_cache_add_global_groups'         => array( 'groups' ),
    181181            'wp_cache_add_non_persistent_groups' => array( 'groups' ),
     182            'wp_cache_reset'                     => array(),
    182183
    183184            // wp-admin/includes/schema.php:
Note: See TracChangeset for help on using the changeset viewer.