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