Details about tests that are considered risky are not displayed when the TestDox result printer is used #5488
Labels
feature/test-runner
CLI test runner
feature/testdox
The TextDox printer/formatter
type/bug
Something is broken
version/10
Something affects PHPUnit 10
Summary
When test's are marked risky , while using
--testdox
the error messages are not printed, even with--display-*
set.Current behavior
The error message is not printed.
How to reproduce
Expected behavior
I expect "This test does not define a code coverage target but is expected to do so" to be printed under the method name.
The text was updated successfully, but these errors were encountered: