-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Triggered E_USER_ERROR
is displayed as .
(dot)
#5566
Labels
feature/test-runner
CLI test runner
type/bug
Something is broken
version/10
Something affects PHPUnit 10
Comments
mvorisek
added
type/bug
Something is broken
version/10
Something affects PHPUnit 10
labels
Nov 19, 2023
It is the intended behaviour to interpret |
Yes. A test with issue should be visually different in the progress bar. |
|
I misunderstood what you are trying to report, my bad. |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature/test-runner
CLI test runner
type/bug
Something is broken
version/10
Something affects PHPUnit 10
Summary
the following test code:
Current behavior
is outputing:
How to reproduce
run phpunit with
--fail-on-warning --fail-on-risky --fail-on-notice --fail-on-deprecation --display-notices --display-deprecations --display-warnings --display-errors --display-incomplete --display-skipped
(display all and fail on all)Expected behavior
same as above with the following diff:
(the exit code and the verbose output (thanks to
--display-warnings --display-errors
) is fine already)Any warning must not be displayed as
.
(dot).The text was updated successfully, but these errors were encountered: