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

See #35235


git-svn-id: https://develop.svn.wordpress.org/trunk@36183 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dion Hulse 2016-01-06 08:09:51 +00:00
parent 3e85247571
commit 549c4fdd1d
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class Tests_Rewrite_Permastructs extends WP_UnitTestCase {
global $wp_rewrite;
add_permastruct( 'foo', 'bar/%foo%' );
$this->assertEqualSets( array(
$this->assertEqualSetsWithIndex( array(
'with_front' => true,
'ep_mask' => EP_NONE,
'paged' => true,