Changeset 40564 for trunk/tests/phpunit/tests/user/wpGetUsersWithNoRole.php
- Timestamp:
- 05/01/2017 08:34:10 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/user/wpGetUsersWithNoRole.php
r40543 r40564 11 11 */ 12 12 public function test_get_users_with_no_role_is_accurate() { 13 $this->skipWithMultisite();14 15 13 // Setup users 16 14 $admin = self::factory()->user->create( array( … … 43 41 */ 44 42 public function test_get_users_with_no_role_multisite_is_accurate() { 45 $this->skipWithoutMultisite();46 47 43 // Setup users 48 44 $admin = self::factory()->user->create( array(
Note: See TracChangeset
for help on using the changeset viewer.