Changes between Version 1 and Version 2 of Ticket #55300, comment 9
- Timestamp:
- 10/08/2022 02:34:13 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #55300, comment 9
v1 v2 1 1 Pinging @audrasjb and @SergeyBiryukov for review of [https://github.com/WordPress/wordpress-develop/pull/3419 PR 3419]. 2 2 3 Note: Writing these tests exposed a bug in `WP_List_Util::sort()/WP_List_Util::sort_callback()` relating to the difference in sort order for PHP < 7 and > 7 . Until this bug is fixed, or the minimum PHP version is raised to 7+, [https://github.com/WordPress/wordpress-develop/blob/5ad8298582fa84fd0f3e380c33d2e032884ca05e/tests/phpunit/tests/functions/wpListUtil.php#L942 the related tests] will be skipped for PHP < 7.3 Note: Writing these tests exposed a bug in `WP_List_Util::sort()/WP_List_Util::sort_callback()` relating to the difference in sort order for PHP < 7 and > 7, which Core does not handle. Until this bug is fixed, or the minimum PHP version is raised to 7+, [https://github.com/WordPress/wordpress-develop/blob/5ad8298582fa84fd0f3e380c33d2e032884ca05e/tests/phpunit/tests/functions/wpListUtil.php#L942 the related tests] will be skipped for PHP < 7. 4 4 5 5 References: