Changes between Initial Version and Version 1 of Ticket #59774, comment 5
- Timestamp:
- 01/22/2024 02:48:06 PM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59774, comment 5
initial v1 26 26 }}} 27 27 28 I'm attaching another version of the patch as well as PHPUnit tests. While writting the PHPUnit tests, I have noticed another PHP Warning which would occur in case the `$index_key` param of the `wp_list_pluck` is not `null`, but the `$field` is missing in one of the `$input_ field`s. I have modified existing PHPUnit tests to cover such a situation.28 I'm attaching another version of the patch as well as PHPUnit tests. While writting the PHPUnit tests, I have noticed another PHP Warning which would occur in case the `$index_key` param of the `wp_list_pluck` is not `null`, but the `$field` is missing in one of the `$input_list` items. I have modified existing PHPUnit tests to cover such a situation.