Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/09/2014 09:27:21 PM (13 years ago)
Author:
boonebgorges
Message:

Fix unit test to ensure no duplicate notifications are created

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/testcases/notifications/functions.php

    r8100 r8102  
    1414                        'component_name' => 'messages',
    1515                        'user_id' => $u,
     16                        'item_id' => 1,
    1617                ) );
    1718
     
    2627                        'component_name' => 'messages',
    2728                        'user_id' => $u,
     29                        'item_id' => 2,
    2830                ) );
    2931
Note: See TracChangeset for help on using the changeset viewer.