Changeset 31764
- Timestamp:
- 03/12/2015 11:29:21 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/general/archives.php
r25002 r31764 16 16 function test_get_archives_cache() { 17 17 global $wpdb; 18 19 if ( is_multisite() ) { 20 $this->markTestSkipped( 'Not testable in MS: wpmu_create_blog() defines WP_INSTALLING, which causes cache misses.' ); 21 } 18 22 19 23 $this->factory->post->create_many( 15, array( 'post_type' => 'post' ) );
Note: See TracChangeset
for help on using the changeset viewer.