- Timestamp:
- 11/14/2025 07:39:41 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/replies/template/status.php
r5784 r7353 10 10 class BBP_Tests_Repliess_Template_Status extends BBP_UnitTestCase { 11 11 protected $old_current_user = 0; 12 13 public function setUp() { 12 protected $keymaster_id; 13 14 public function setUp(): void { 14 15 parent::setUp(); 15 16 $this->old_current_user = get_current_user_id(); … … 19 20 } 20 21 21 public function tearDown() {22 public function tearDown(): void { 22 23 parent::tearDown(); 23 24 $this->set_current_user( $this->old_current_user );
Note: See TracChangeset
for help on using the changeset viewer.