Changeset 7505 for trunk/tests/testcases/groups/class-bp-groups-group.php
- Timestamp:
- 11/02/2013 06:43:13 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/testcases/groups/class-bp-groups-group.php
r7504 r7505 242 242 */ 243 243 public function test_get_with_type_newest() { 244 $time = time(); 244 245 $g1 = $this->factory->group->create( array( 245 246 'name' => 'A Group', … … 268 269 */ 269 270 public function test_get_with_type_popular() { 271 $time = time(); 270 272 $g1 = $this->factory->group->create( array( 271 273 'name' => 'A Group',
Note: See TracChangeset
for help on using the changeset viewer.