Changeset 40543 for trunk/tests/phpunit/tests/user/wpGetUsersWithNoRole.php
- Timestamp:
- 04/23/2017 09:57:31 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/user/wpGetUsersWithNoRole.php
r40522 r40543 11 11 */ 12 12 public function test_get_users_with_no_role_is_accurate() { 13 14 if ( is_multisite() ) { 15 $this->markTestSkipped( 'Test does not run on multisite' ); 16 } 13 $this->skipWithMultisite(); 17 14 18 15 // Setup users … … 46 43 */ 47 44 public function test_get_users_with_no_role_multisite_is_accurate() { 48 49 if ( ! is_multisite() ) { 50 $this->markTestSkipped( 'Test requires multisite' ); 51 } 45 $this->skipWithoutMultisite(); 52 46 53 47 // Setup users
Note: See TracChangeset
for help on using the changeset viewer.