Changeset 34540 for trunk/tests/phpunit/tests/comment/getPageOfComment.php
- Timestamp:
- 09/25/2015 01:54:02 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/getPageOfComment.php
r34535 r34540 61 61 */ 62 62 public function test_subsequent_calls_should_hit_cache() { 63 // `get_page_of_comment()` calls `get_option()`, which is not properly cached when WP_INSTALLING. 64 if ( is_multisite() ) { 65 $this->markTestSkipped( 'Not testable in MS: wpmu_create_blog() defines WP_INSTALLING, which causes cache misses.' ); 66 } 67 63 68 global $wpdb; 64 69
Note: See TracChangeset
for help on using the changeset viewer.