Skip to:
Content

BuddyPress.org

Changeset 7086


Ignore:
Timestamp:
05/19/2013 12:09:25 AM (12 years ago)
Author:
boonebgorges
Message:

Adds some @group declarations for Groups testcases

Location:
trunk/tests/testcases/groups
Files:
2 edited

Legend:

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

    r7055 r7086  
    8484    }
    8585
     86    /**
     87     * @group get
     88     */
    8689    public function test_get_empty_meta_query() {
    8790        $g1 = $this->factory->group->create();
     
    114117    }
    115118
     119    /**
     120     * @group get
     121     */
    116122    public function test_get_search_with_underscores() {
    117123        $g1 = $this->factory->group->create( array(
  • trunk/tests/testcases/groups/template.php

    r7050 r7086  
    1212    }
    1313
     14    /**
     15     * Integration test to make sure meta_query is getting passed through
     16     *
     17     * @group bp_has_groups
     18     */
    1419    public function test_bp_has_groups_with_meta_query() {
    1520        $g1 = $this->factory->group->create();
Note: See TracChangeset for help on using the changeset viewer.