Changeset 55741 for trunk/tests/phpunit/includes/abstract-testcase.php
- Timestamp:
- 05/10/2023 09:09:06 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/abstract-testcase.php
r55680 r55741 388 388 global $wp_object_cache; 389 389 390 $wp_object_cache->group_ops = array(); 391 $wp_object_cache->stats = array(); 392 $wp_object_cache->memcache_debug = array(); 393 $wp_object_cache->cache = array(); 394 395 if ( method_exists( $wp_object_cache, '__remoteset' ) ) { 390 wp_cache_flush_runtime(); 391 392 if ( is_object( $wp_object_cache ) && method_exists( $wp_object_cache, '__remoteset' ) ) { 396 393 $wp_object_cache->__remoteset(); 397 394 }
Note: See TracChangeset
for help on using the changeset viewer.