Changeset 13314 for trunk/tests/phpunit/testcases/routing/friends.php
- Timestamp:
- 08/13/2022 08:58:51 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/routing/friends.php
r11737 r13314 7 7 protected $old_current_user = 0; 8 8 9 public function set Up() {10 parent::set Up();9 public function set_up() { 10 parent::set_up(); 11 11 12 12 $this->old_current_user = get_current_user_id(); … … 14 14 } 15 15 16 public function tear Down() {17 parent::tear Down();16 public function tear_down() { 17 parent::tear_down(); 18 18 $this->set_current_user( $this->old_current_user ); 19 19 }
Note: See TracChangeset
for help on using the changeset viewer.