Make WordPress Core


Ignore:
Timestamp:
11/01/2014 01:10:39 AM (10 years ago)
Author:
wonderboymusic
Message:

Fix failing unit tests after [30096]: use assertEqualSets().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/comment/query.php

    r30098 r30135  
    326326        ) );
    327327
    328         $this->assertEquals( array( $c3, $c2 ), $found );
     328        $this->assertEqualSets( array( $c3, $c2 ), $found );
    329329    }
    330330
     
    379379        ) );
    380380
    381         $this->assertEquals( array( $c3, $c2 ), $found );
     381        $this->assertEqualSets( array( $c3, $c2 ), $found );
    382382    }
    383383
Note: See TracChangeset for help on using the changeset viewer.