Changeset 50463 for trunk/tests/phpunit/tests/xmlrpc/wp/getUser.php
- Timestamp:
- 03/01/2021 06:42:49 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/xmlrpc/wp/getUser.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/xmlrpc/wp/getUser.php
r48939 r50463 16 16 grant_super_admin( $this->administrator_id ); 17 17 } 18 }19 20 function tearDown() {21 if ( is_multisite() ) {22 revoke_super_admin( $this->administrator_id );23 }24 parent::tearDown();25 18 } 26 19
Note: See TracChangeset
for help on using the changeset viewer.