Changeset 13314 for trunk/tests/phpunit/testcases/friends/notifications.php
- Timestamp:
- 08/13/2022 08:58:51 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/friends/notifications.php
r11737 r13314 9 9 protected $friend; 10 10 11 public function set Up() {12 parent::set Up();11 public function set_up() { 12 parent::set_up(); 13 13 $this->current_user = get_current_user_id(); 14 14 $this->set_current_user( self::factory()->user->create() ); … … 18 18 } 19 19 20 public function tear Down() {21 parent::tear Down();20 public function tear_down() { 21 parent::tear_down(); 22 22 $this->set_current_user( $this->current_user ); 23 23 }
Note: See TracChangeset
for help on using the changeset viewer.