Changeset 7353 for trunk/tests/phpunit/testcases/admin/tools.php
- Timestamp:
- 11/14/2025 07:39:41 PM (4 months ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/testcases/admin/tools.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/admin/tools.php
r6848 r7353 8 8 class BBP_Tests_Admin_Tools extends BBP_UnitTestCase { 9 9 protected $old_current_user = 0; 10 11 public function setUp() { 10 protected $keymaster_id; 11 12 public function setUp(): void { 12 13 parent::setUp(); 13 14 $this->old_current_user = get_current_user_id(); … … 23 24 } 24 25 25 public function tearDown() {26 public function tearDown(): void { 26 27 parent::tearDown(); 27 28 $this->set_current_user( $this->old_current_user );
Note: See TracChangeset
for help on using the changeset viewer.