Changes between Initial Version and Version 1 of Ticket #32454, comment 10
- Timestamp:
- 07/07/2015 12:31:56 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32454, comment 10
initial v1 4 4 I'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. 5 5 6 Generally speaking, `assertEqualSets()` shouldn't be necessary… unless `wp_list_pluck()` is returning it's array out of order for some reason. 6 Generally 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.