Skip to:
Content

BuddyPress.org

Changeset 9107


Ignore:
Timestamp:
10/29/2014 07:55:28 PM (10 years ago)
Author:
boonebgorges
Message:

Use assertEqualSets() in group-related tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/testcases/groups/class-bp-groups-group.php

    r9021 r9107  
    168168        ) );
    169169        $ids = wp_list_pluck( $groups['groups'], 'id' );
    170         $this->assertEquals( array( $g1, $g3 ), $ids );
     170        $this->assertEqualSets( array( $g1, $g3 ), $ids );
    171171        $this->assertEquals( 2, $groups['total'] );
    172172    }
Note: See TracChangeset for help on using the changeset viewer.