- Timestamp:
- 08/13/2022 08:58:51 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/core/functions/bpVerifyNonceRequest.php
r11758 r13314 11 11 private $request_uri = ''; 12 12 13 public function set Up() {14 parent::set Up();13 public function set_up() { 14 parent::set_up(); 15 15 16 16 if ( isset( $_SERVER['HTTP_HOST'] ) ) { … … 27 27 } 28 28 29 public function tear Down() {29 public function tear_down() { 30 30 if ( '' !== $this->http_host ) { 31 31 $_SERVER['HTTP_HOST'] = $this->http_host; … … 40 40 } 41 41 42 parent::tear Down();42 parent::tear_down(); 43 43 } 44 44
Note: See TracChangeset
for help on using the changeset viewer.