Changeset 50450 for trunk/tests/phpunit/tests/functions/referer.php
- Timestamp:
- 02/27/2021 05:08:26 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/functions/referer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/referer.php
r49006 r50450 19 19 20 20 public function tearDown() { 21 parent::tearDown();22 23 21 $_SERVER['HTTP_REFERER'] = ''; 24 22 $_SERVER['REQUEST_URI'] = ''; 25 23 $_REQUEST['_wp_http_referer'] = ''; 24 25 parent::tearDown(); 26 26 } 27 27
Note: See TracChangeset
for help on using the changeset viewer.