Changeset 11091 for trunk/tests/phpunit/testcases/groups/activity.php
- Timestamp:
- 09/13/2016 05:35:55 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/groups/activity.php
r9819 r11091 21 21 22 22 $a_obj = new BP_Activity_Activity( $a ); 23 $g_obj = groups_get_group( array( 'group_id' => $g, ));23 $g_obj = groups_get_group( $g ); 24 24 25 25 $expected = sprintf( __( '%s created the group %s', 'buddypress' ), bp_core_get_userlink( $u ), '<a href="' . bp_get_group_permalink( $g_obj ) . '">' . $g_obj->name . '</a>' ); … … 43 43 44 44 $a_obj = new BP_Activity_Activity( $a ); 45 $g_obj = groups_get_group( array( 'group_id' => $g, ));45 $g_obj = groups_get_group( $g ); 46 46 47 47 $expected = sprintf( __( '%s joined the group %s', 'buddypress' ), bp_core_get_userlink( $u ), '<a href="' . bp_get_group_permalink( $g_obj ) . '">' . $g_obj->name . '</a>' );
Note: See TracChangeset
for help on using the changeset viewer.