Changeset 40543 for trunk/tests/phpunit/tests/user/countUsers.php
- Timestamp:
- 04/23/2017 09:57:31 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/user/countUsers.php
r40520 r40543 13 13 */ 14 14 public function test_count_users_is_accurate( $strategy ) { 15 16 if ( is_multisite() ) { 17 $this->markTestSkipped( 'Test does not run on multisite' ); 18 } 15 $this->skipWithMultisite(); 19 16 20 17 // Setup users … … 64 61 */ 65 62 public function test_count_users_multisite_is_accurate( $strategy ) { 66 67 if ( ! is_multisite() ) { 68 $this->markTestSkipped( 'Test requires multisite' ); 69 } 63 $this->skipWithoutMultisite(); 70 64 71 65 // Setup users
Note: See TracChangeset
for help on using the changeset viewer.