Changeset 7055 for trunk/tests/testcases/groups/class-bp-groups-group.php
- Timestamp:
- 05/11/2013 11:42:49 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/testcases/groups/class-bp-groups-group.php
r7050 r7055 26 26 } 27 27 28 public function test_get_exclude() { 28 /** get() ************************************************************/ 29 30 /** 31 * @group get 32 */ 33 public function test_get_with_exclude() { 29 34 $g1 = $this->factory->group->create(); 30 35 $g2 = $this->factory->group->create(); … … 41 46 } 42 47 43 public function test_get_include() { 48 /** 49 * @group get 50 */ 51 public function test_get_with_include() { 44 52 $g1 = $this->factory->group->create(); 45 53 $g2 = $this->factory->group->create(); … … 56 64 } 57 65 58 public function test_get_meta_query() { 66 /** 67 * @group get 68 */ 69 public function test_get_with_meta_query() { 59 70 $g1 = $this->factory->group->create(); 60 71 $g2 = $this->factory->group->create(); … … 85 96 } 86 97 98 /** 99 * @group get 100 */ 87 101 public function test_get_normal_search() { 88 102 $g1 = $this->factory->group->create( array( … … 115 129 } 116 130 131 /** 132 * @group get 133 */ 117 134 public function test_get_search_with_percent_sign() { 118 135 $g1 = $this->factory->group->create( array( … … 130 147 } 131 148 149 /** 150 * @group get 151 */ 132 152 public function test_get_search_with_quotes() { 133 153 $g1 = $this->factory->group->create( array(
Note: See TracChangeset
for help on using the changeset viewer.