Changeset 50450 for trunk/tests/phpunit/tests/auth.php
- Timestamp:
- 02/27/2021 05:08:26 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/auth.php
r50284 r50450 44 44 45 45 public function tearDown() { 46 parent::tearDown();47 48 46 // Cleanup all the global state. 49 47 unset( $_SERVER['PHP_AUTH_USER'], $_SERVER['PHP_AUTH_PW'], $GLOBALS['wp_rest_application_password_status'], $GLOBALS['wp_rest_application_password_uuid'] ); 48 49 parent::tearDown(); 50 50 } 51 51
Note: See TracChangeset
for help on using the changeset viewer.