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