Changeset 13980 for trunk/tests/phpunit/testcases/friends/notifications.php
- Timestamp:
- 07/27/2024 04:30:23 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/friends/notifications.php
r13314 r13980 12 12 parent::set_up(); 13 13 $this->current_user = get_current_user_id(); 14 $this->set_current_user( self::factory()->user->create() );14 self::set_current_user( self::factory()->user->create() ); 15 15 16 16 $this->friend = self::factory()->user->create(); … … 19 19 20 20 public function tear_down() { 21 self::set_current_user( $this->current_user ); 21 22 parent::tear_down(); 22 $this->set_current_user( $this->current_user );23 23 } 24 24
Note: See TracChangeset
for help on using the changeset viewer.