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