Changeset 40564 for trunk/tests/phpunit/tests/user/wpDeleteUser.php
- Timestamp:
- 05/01/2017 08:34:10 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/user/wpDeleteUser.php
r40543 r40564 128 128 */ 129 129 public function test_numeric_string_user_id() { 130 $this->skipWithMultisite();131 132 130 $u = self::factory()->user->create(); 133 131 … … 149 147 */ 150 148 public function test_should_return_false_for_object_user_id() { 151 $this->skipWithMultisite();152 153 149 $u_obj = self::factory()->user->create_and_get(); 154 150 $this->assertFalse( wp_delete_user( $u_obj ) );
Note: See TracChangeset
for help on using the changeset viewer.