Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/11/2013 11:42:49 AM (12 years ago)
Author:
boonebgorges
Message:

Adds @group get to docblock for BP_Groups_Group::get() methods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/testcases/groups/class-bp-groups-group.php

    r7050 r7055  
    2626    }
    2727
    28     public function test_get_exclude() {
     28    /** get() ************************************************************/
     29
     30    /**
     31     * @group get
     32     */
     33    public function test_get_with_exclude() {
    2934        $g1 = $this->factory->group->create();
    3035        $g2 = $this->factory->group->create();
     
    4146    }
    4247
    43     public function test_get_include() {
     48    /**
     49     * @group get
     50     */
     51    public function test_get_with_include() {
    4452        $g1 = $this->factory->group->create();
    4553        $g2 = $this->factory->group->create();
     
    5664    }
    5765
    58     public function test_get_meta_query() {
     66    /**
     67     * @group get
     68     */
     69    public function test_get_with_meta_query() {
    5970        $g1 = $this->factory->group->create();
    6071        $g2 = $this->factory->group->create();
     
    8596    }
    8697
     98    /**
     99     * @group get
     100     */
    87101    public function test_get_normal_search() {
    88102        $g1 = $this->factory->group->create( array(
     
    115129    }
    116130
     131    /**
     132     * @group get
     133     */
    117134    public function test_get_search_with_percent_sign() {
    118135        $g1 = $this->factory->group->create( array(
     
    130147    }
    131148
     149    /**
     150     * @group get
     151     */
    132152    public function test_get_search_with_quotes() {
    133153        $g1 = $this->factory->group->create( array(
Note: See TracChangeset for help on using the changeset viewer.