Changeset 31280 for trunk/tests/phpunit/tests/post/getPostClass.php
- Timestamp:
- 01/25/2015 12:59:00 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post/getPostClass.php
r31271 r31280 51 51 global $wpdb; 52 52 53 if ( is_multisite() ) { 54 $this->markTestSkipped( 'Not testable in MS: wpmu_create_blog() defines WP_INSTALLING, which causes cache misses.' ); 55 } 56 53 57 register_taxonomy( 'wptests_tax', 'post' ); 54 58 wp_set_post_terms( $this->post_id, array( 'foo', 'bar' ), 'wptests_tax' );
Note: See TracChangeset
for help on using the changeset viewer.