Changeset 9139 for trunk/tests/phpunit/testcases/friends/activity.php
- Timestamp:
- 11/14/2014 02:01:18 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/friends/activity.php
r8958 r9139 11 11 */ 12 12 public function test_bp_friends_format_activity_action_friendship_accepted() { 13 $u1 = $this-> create_user();14 $u2 = $this-> create_user();13 $u1 = $this->factory->user->create(); 14 $u2 = $this->factory->user->create(); 15 15 16 16 $a = $this->factory->activity->create( array( … … 33 33 */ 34 34 public function test_bp_friends_format_activity_action_friendship_created() { 35 $u1 = $this-> create_user();36 $u2 = $this-> create_user();35 $u1 = $this->factory->user->create(); 36 $u2 = $this->factory->user->create(); 37 37 38 38 $a = $this->factory->activity->create( array(
Note: See TracChangeset
for help on using the changeset viewer.