Skip to:
Content

BuddyPress.org


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

Adds some @group declarations for Groups testcases

File:
1 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(
Note: See TracChangeset for help on using the changeset viewer.