Changeset 35244 for trunk/tests/phpunit/tests/xmlrpc/wp/getUser.php
- Timestamp:
- 10/17/2015 07:24:20 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/xmlrpc/wp/getUser.php
r25394 r35244 18 18 19 19 function tearDown() { 20 if ( is_multisite() ) 20 if ( is_multisite() ) { 21 21 revoke_super_admin( $this->administrator_id ); 22 22 } 23 23 parent::tearDown(); 24 24 }
Note: See TracChangeset
for help on using the changeset viewer.