Changeset 50450 for trunk/tests/phpunit/tests/ajax/CustomizeManager.php
- Timestamp:
- 02/27/2021 05:08:26 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/CustomizeManager.php
r49603 r50450 60 60 */ 61 61 public function tearDown() { 62 $_REQUEST = array(); 62 63 parent::tearDown(); 63 $_REQUEST = array();64 64 } 65 65
Note: See TracChangeset
for help on using the changeset viewer.