#53240 closed task (blessed) (fixed)
Add unit tests for `construct_wp_query_args`
Reported by: | ntsekouras | Owned by: | gziolo |
---|---|---|---|
Milestone: | 5.8 | Priority: | normal |
Severity: | normal | Version: | 5.8 |
Component: | Editor | Keywords: | has-patch has-unit-tests |
Focuses: | Cc: |
Description (last modified by )
Change History (5)
This ticket was mentioned in PR #1270 on WordPress/wordpress-develop by ntsekouras.
3 years ago
#1
- Keywords has-patch has-unit-tests added
#2
@
3 years ago
- Milestone changed from Awaiting Review to 5.8
- Type changed from enhancement to task (blessed)
- Version set to trunk
#4
@
3 years ago
- Owner set to gziolo
- Resolution set to fixed
- Status changed from assigned to closed
In 50944:
3 years ago
#5
Committed with https://core.trac.wordpress.org/changeset/50944.
Note: See
TracTickets for help on using
tickets.
Trac ticket: https://core.trac.wordpress.org/ticket/53240
This PR just adds unit tests for the new
construct_wp_query_args
function.