Changeset 9139 for trunk/tests/phpunit/testcases/activity/notifications.php
- Timestamp:
- 11/14/2014 02:01:18 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/activity/notifications.php
r9061 r9139 15 15 parent::setUp(); 16 16 $this->current_user = get_current_user_id(); 17 $this->u1 = $this-> create_user();18 $this->u2 = $this-> create_user();17 $this->u1 = $this->factory->user->create(); 18 $this->u2 = $this->factory->user->create(); 19 19 $this->set_current_user( $this->u1 ); 20 20 }
Note: See TracChangeset
for help on using the changeset viewer.