Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/27/2013 12:50:22 PM (12 years ago)
Author:
boonebgorges
Message:

Be explicit about activity dates in test_bp_has_activities_favorites_action_filter()

This ensures that we can predict the order in which they'll be returned from
bp_has_activities(), which will ensure that the tests pass on slower servers
where the create() methods are run in different seconds (like travis)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/includes/factory.php

    r7085 r7107  
    2424            'primary_link' => 'http://example.com',
    2525            'type'         => 'activity_update',
     26            'recorded_time' => bp_core_current_time(),
    2627        );
    2728    }
Note: See TracChangeset for help on using the changeset viewer.