Make WordPress Core

Changeset 35145


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

Remove wp_cache_reset() from the pluggable functions signature tests, as the function is deprecated and no longer used.

See #31491, #33867

File:
1 edited

Legend:

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

    r34608 r35145  
    175175            'wp_cache_add_global_groups'         => array( 'groups' ),
    176176            'wp_cache_add_non_persistent_groups' => array( 'groups' ),
    177             'wp_cache_reset'                     => array(),
    178177
    179178            // wp-admin/includes/schema.php:
Note: See TracChangeset for help on using the changeset viewer.