Changeset 53767 for trunk/tests/phpunit/tests/pluggable.php
- Timestamp:
- 07/23/2022 02:56:51 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/pluggable.php
r53763 r53767 269 269 // wp-includes/cache.php: 270 270 'wp_cache_init' => array(), 271 'wp_cache_supports_group_flush' => array(),272 271 'wp_cache_add' => array( 273 272 'key', … … 330 329 'wp_cache_flush_runtime' => array(), 331 330 'wp_cache_flush_group' => array( 'group' ), 331 'wp_cache_supports_group_flush' => array(), 332 332 'wp_cache_close' => array(), 333 333 'wp_cache_add_global_groups' => array( 'groups' ),
Note: See TracChangeset
for help on using the changeset viewer.