Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #32454, comment 10


Ignore:
Timestamp:
07/07/2015 12:31:56 AM (10 years ago)
Author:
Veraxus
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32454, comment 10

    initial v1  
    44I'm not able to reproduce the errors on 5.3, 5.4, 5.5, or 5.6 with the latest trunk - and I manually checked the values being passed to `assertEquals()` as well.
    55
    6 Generally speaking, `assertEqualSets()` shouldn't be necessary… unless `wp_list_pluck()` is returning it's array out of order for some reason.
     6Generally speaking, `assertEqualSets()` shouldn't be necessary… unless `wp_list_pluck()` is returning it's array out of order for some reason. It's a safe alternative in this case, at least.