Changeset 38398 for trunk/tests/phpunit/tests/user/query.php
- Timestamp:
- 08/27/2016 08:35:16 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/user/query.php
r37360 r38398 34 34 'role' => 'administrator', 35 35 ) ); 36 }37 38 public static function wpTearDownAfterClass() {39 $sets = array(40 self::$author_ids,41 self::$sub_ids,42 self::$editor_ids,43 array( self::$contrib_id ),44 self::$admin_ids45 );46 47 foreach ( $sets as $set ) {48 foreach ( $set as $id ) {49 self::delete_user( $id );50 }51 }52 36 } 53 37
Note: See TracChangeset
for help on using the changeset viewer.