Opened 14 months ago
Closed 14 months ago
#7777 closed defect (bug) (fixed)
Update `phpunit-test-reporter` plugin to 0.2.0
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Component: | Make (Get Involved) / P2 | Keywords: | |
| Cc: |
Description (last modified by )
This update includes the following changes:
- Prevent invalid HTML markup on test result pages.
- Add a custom Post_List_Table for the results post type that lacks inline edit/quick edit.
- Don't use _get_list_table() as that create the object and triggers some queries. Including the file directly works just as well.
- Allow for multiple reports per commit for the same test bot.
You can find the release on GitHub: https://github.com/WordPress/phpunit-test-reporter/releases/tag/v0.2.0
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 14061: