Changeset 54448 for trunk/tests/phpunit/tests/pluggable.php
- Timestamp:
- 10/10/2022 06:20:28 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/pluggable.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/pluggable.php
r54240 r54448 327 327 'wp_cache_flush_runtime' => array(), 328 328 'wp_cache_flush_group' => array( 'group' ), 329 'wp_cache_supports _group_flush' => array(),329 'wp_cache_supports' => array( 'feature' ), 330 330 'wp_cache_close' => array(), 331 331 'wp_cache_add_global_groups' => array( 'groups' ),
Note: See TracChangeset
for help on using the changeset viewer.