Changeset 35244 for trunk/tests/phpunit/includes/testcase-canonical.php
- Timestamp:
- 10/17/2015 07:24:20 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/testcase-canonical.php
r35242 r35244 135 135 */ 136 136 public static function delete_shared_fixtures() { 137 if ( is_multisite() ) { 138 wpmu_delete_user( self::$author_id ); 139 } else { 140 wp_delete_user( self::$author_id ); 141 } 137 self::delete_user( self::$author_id ); 142 138 143 139 foreach ( self::$post_ids as $pid ) {
Note: See TracChangeset
for help on using the changeset viewer.