pdt
pdt copied to clipboard
PHPUnit view: show count and filter for tests returning warnings, skipped and incomplete
Is your feature request related to a problem? Please describe. Without the console output there is no indication at all that tests returned warnings, skipped or incomplete. These might make a big difference, because they also give indications about coverage. Skipped and incomplete are easier to search for, but before they have to be made aware of. Browsing through all the tests is time-consuming.
Is this feature require new UI elements or modify existing? Describe the solution you'd like Additional button and counter each to filter for warnings, skipped and incomplete, similar to "Show the failures only".
Describe alternatives you've considered Activate PHPUnit's summary (see next section) to get required details at least on the console. But that's only half way and not even an MVP, because it requires to review the results of two views instead of the one it belongs into.
Additional context This is loosely related to and amplified by the loss of a summary on recent PHPUnit versions, where the above information could at least be retrieved from the console. Now the only indication is a W, S or I in the overview instead of a dot, with no test or file name.