Changeset 50450 for trunk/tests/phpunit/includes/testcase-ajax.php
- Timestamp:
- 02/27/2021 05:08:26 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/testcase-ajax.php
r50449 r50450 158 158 */ 159 159 public function tearDown() { 160 parent::tearDown();161 160 $_POST = array(); 162 161 $_GET = array(); … … 167 166 error_reporting( $this->_error_level ); 168 167 set_current_screen( 'front' ); 168 parent::tearDown(); 169 169 } 170 170
Note: See TracChangeset
for help on using the changeset viewer.