Changeset 51999
- Timestamp:
- 11/03/2021 02:56:27 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/abstract-testcase.php
r51872 r51999 194 194 */ 195 195 public function clean_up_global_scope() { 196 $_GET = array(); 197 $_POST = array(); 196 $_GET = array(); 197 $_POST = array(); 198 $_REQUEST = array(); 198 199 self::flush_cache(); 199 200 }
Note: See TracChangeset
for help on using the changeset viewer.