Changeset 11737 for trunk/tests/phpunit/testcases/friends/notifications.php
- Timestamp:
- 11/03/2017 07:44:10 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/friends/notifications.php
r9819 r11737 12 12 parent::setUp(); 13 13 $this->current_user = get_current_user_id(); 14 $this->set_current_user( $this->factory->user->create() );14 $this->set_current_user( self::factory()->user->create() ); 15 15 16 $this->friend = $this->factory->user->create();16 $this->friend = self::factory()->user->create(); 17 17 $this->filter_fired = ''; 18 18 }
Note: See TracChangeset
for help on using the changeset viewer.