- Timestamp:
- 09/13/2016 05:35:55 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/core/class-bp-attachment.php
r10983 r11091 276 276 $g = $this->factory->group->create(); 277 277 278 $bp->groups->current_group = groups_get_group( array( 279 'group_id' => $g, 280 'populate_extras' => true, 281 ) ); 278 $bp->groups->current_group = groups_get_group( $g ); 282 279 283 280 // Upload the file
Note: See TracChangeset
for help on using the changeset viewer.