Make WordPress Core

Changeset 36183


Ignore:
Timestamp:
01/06/2016 08:09:51 AM (9 years ago)
Author:
dd32
Message:

Unit Tests: Fix the unit test added in [36181] to include the index in the comparison.

See #35235

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/rewrite/permastructs.php

    r36181 r36183  
    1616
    1717        add_permastruct( 'foo', 'bar/%foo%' );
    18         $this->assertEqualSets( array(
     18        $this->assertEqualSetsWithIndex( array(
    1919            'with_front'  => true,
    2020            'ep_mask'     => EP_NONE,
Note: See TracChangeset for help on using the changeset viewer.