- Timestamp:
- 08/13/2022 08:58:51 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/core/functions/bpGetRefererPath.php
r9819 r13314 10 10 private $http_referer = ''; 11 11 12 public function set Up() {13 parent::set Up();12 public function set_up() { 13 parent::set_up(); 14 14 15 15 $this->_wp_http_referer = ''; … … 25 25 } 26 26 27 public function tear Down() {27 public function tear_down() { 28 28 if ( isset( $_REQUEST['_wp_http_referer'] ) ) { 29 29 unset( $_REQUEST['_wp_http_referer'] ); … … 42 42 } 43 43 44 parent::tear Down();44 parent::tear_down(); 45 45 } 46 46
Note: See TracChangeset
for help on using the changeset viewer.