Changeset 8614 for trunk/tests/phpunit/testcases/groups/template.php
- Timestamp:
- 07/15/2014 08:09:42 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/groups/template.php
r8552 r8614 710 710 ) ); 711 711 712 $g1 = $this->factory->group->create( array( 'creator_id' => $u1 ) ); 713 $g2 = $this->factory->group->create( array( 'creator_id' => $u2 ) ); 712 $g1 = $this->factory->group->create( array( 713 'creator_id' => $u1, 714 'last_activity' => $now - 100, 715 ) ); 716 $g2 = $this->factory->group->create( array( 717 'creator_id' => $u2, 718 'last_activity' => $now - 200, 719 ) ); 714 720 715 721 $this->add_user_to_group( $u1, $g2, array(
Note: See TracChangeset
for help on using the changeset viewer.