Changeset 7086
- Timestamp:
- 05/19/2013 12:09:25 AM (12 years ago)
- Location:
- trunk/tests/testcases/groups
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/testcases/groups/class-bp-groups-group.php
r7055 r7086 84 84 } 85 85 86 /** 87 * @group get 88 */ 86 89 public function test_get_empty_meta_query() { 87 90 $g1 = $this->factory->group->create(); … … 114 117 } 115 118 119 /** 120 * @group get 121 */ 116 122 public function test_get_search_with_underscores() { 117 123 $g1 = $this->factory->group->create( array( -
trunk/tests/testcases/groups/template.php
r7050 r7086 12 12 } 13 13 14 /** 15 * Integration test to make sure meta_query is getting passed through 16 * 17 * @group bp_has_groups 18 */ 14 19 public function test_bp_has_groups_with_meta_query() { 15 20 $g1 = $this->factory->group->create();
Note: See TracChangeset
for help on using the changeset viewer.