Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/11/2014 06:58:06 PM (12 years ago)
Author:
boonebgorges
Message:

Add some @group data to activity testcases

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/testcases/activity/class.BP_Activity_Activity.php

    r7822 r7850  
    1818    }
    1919
     20    /**
     21     * @group check_exists_by_content
     22     */
    2023    public function test_check_exists_by_content() {
    2124        $content  = 'A classy girl who know how to enjoy the freedom of a cup of coffee';
     
    2932    }
    3033
     34    /**
     35     * @group delete_activity_item_comments
     36     */
    3137    public function test_delete_activity_item_comments() {
    3238        $parent_activity = $this->factory->activity->create( array(
     
    4753    /**
    4854     * @ticket BP4804
     55     * @group delete_activity_meta_entries
     56     * @group activitymeta
    4957     */
    5058    public function test_delete_activity_meta_entries() {
     
    6068    }
    6169
     70    /**
     71     * @group get
     72     */
    6273    public function test_hide_all_for_user() {
    6374        $activity = $this->factory->activity->create( array(
     
    95106    }
    96107
     108    /**
     109     * @group get
     110     */
    97111    public function test_get_with_meta_query_two_clauses_with_or_relation() {
    98112        $now = time();
Note: See TracChangeset for help on using the changeset viewer.