- Timestamp:
- 02/11/2014 06:58:06 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/testcases/activity/class.BP_Activity_Activity.php
r7822 r7850 18 18 } 19 19 20 /** 21 * @group check_exists_by_content 22 */ 20 23 public function test_check_exists_by_content() { 21 24 $content = 'A classy girl who know how to enjoy the freedom of a cup of coffee'; … … 29 32 } 30 33 34 /** 35 * @group delete_activity_item_comments 36 */ 31 37 public function test_delete_activity_item_comments() { 32 38 $parent_activity = $this->factory->activity->create( array( … … 47 53 /** 48 54 * @ticket BP4804 55 * @group delete_activity_meta_entries 56 * @group activitymeta 49 57 */ 50 58 public function test_delete_activity_meta_entries() { … … 60 68 } 61 69 70 /** 71 * @group get 72 */ 62 73 public function test_hide_all_for_user() { 63 74 $activity = $this->factory->activity->create( array( … … 95 106 } 96 107 108 /** 109 * @group get 110 */ 97 111 public function test_get_with_meta_query_two_clauses_with_or_relation() { 98 112 $now = time();
Note: See TracChangeset
for help on using the changeset viewer.