Opened 6 years ago
Closed 6 years ago
#46638 closed defect (bug) (fixed)
unit test for wp_array_slice_assoc()
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.3 | Priority: | low |
Severity: | normal | Version: | 3.1 |
Component: | General | Keywords: | has-patch has-unit-tests commit |
Focuses: | Cc: |
Description
just a missing unit test
Attachments (2)
Change History (5)
#1
@
6 years ago
- Keywords dev-feedback removed
- Milestone changed from Awaiting Review to Future Release
- Owner set to desrosj
- Priority changed from normal to low
- Status changed from new to reviewing
#2
@
6 years ago
- Keywords commit added
- Milestone changed from Future Release to 5.3
- Version set to 3.1
Thanks for this, @pbearne!
46638.diff corrects the following:
- Some alignment to adhere to coding standards.
- Change the data provider method to have a
data_
name. - Cleaned up Docblocks to be fully accurate, complete and have proper capitalization.
- Changed the class name to match the coding standards.
- Added a few more test scenarios.
- Added
@ticket
and@covers
tags. - Fixed typo in file name.
Note: See
TracTickets for help on using
tickets.
patch with unit test