Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/02/2013 09:35:03 PM (13 years ago)
Author:
boonebgorges
Message:

Corrects some typos in BP_Activity_Activity unit tests

File:
1 edited

Legend:

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

    r7318 r7506  
    3535
    3636                $comments = $this->factory->activity->create_many( 3, array(
    37                         'item_id' => $parent_activity->id,
     37                        'item_id' => $parent_activity,
    3838                        'type'    => 'activity_comment',
    3939                ) );
     
    204204                        'component'         => buddypress()->activity->id,
    205205                        'type'              => 'activity_comment',
    206                         'user_id'           => bp_loggedin_user_id,
     206                        'user_id'           => bp_loggedin_user_id(),
    207207                        'item_id'           => $a1,
    208208                        'secondary_item_id' => $a1,
Note: See TracChangeset for help on using the changeset viewer.