Changeset 7353 for trunk/tests/phpunit/testcases/common/verify-nonce.php
- Timestamp:
- 11/14/2025 07:39:41 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/common/verify-nonce.php
r6013 r7353 11 11 private $request_uri = ''; 12 12 13 public function setUp() {13 public function setUp(): void { 14 14 parent::setUp(); 15 15 … … 27 27 } 28 28 29 public function tearDown() {29 public function tearDown(): void { 30 30 $_SERVER['HTTP_HOST'] = $this->http_host; 31 31
Note: See TracChangeset
for help on using the changeset viewer.