Changeset 34765
- Timestamp:
- 10/02/2015 05:05:26 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/cache.php
r31622 r34765 282 282 283 283 global $wp_object_cache; 284 $this->assertEquals( $wp_object_cache, $new_blank_cache_object ); 284 285 if ( wp_using_ext_object_cache() ) { 286 // External caches will contain property values that contain non-matching resource IDs 287 $this->assertInstanceOf( 'WP_Object_Cache', $wp_object_cache ); 288 } else { 289 $this->assertEquals( $wp_object_cache, $new_blank_cache_object ); 290 } 285 291 } 286 292
Note: See TracChangeset
for help on using the changeset viewer.