-
-
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
JUnit logger crashes when test is skipped by missing PHP extension when running in separate process #5258
Labels
feature/logging/junit
Issues related to logging test results in JUnit XML format
feature/logging
Issues related to logging test results
type/bug
Something is broken
version/10
Something affects PHPUnit 10
Comments
@Slamdunk Can you have a look at this, please? Thanks! |
I added a test case in def6b4f. |
After e1e8aab the full crash message is now:
|
Slamdunk
added a commit
to Slamdunk/phpunit
that referenced
this issue
Feb 27, 2023
sebastianbergmann
pushed a commit
that referenced
this issue
Feb 27, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature/logging/junit
Issues related to logging test results in JUnit XML format
feature/logging
Issues related to logging test results
type/bug
Something is broken
version/10
Something affects PHPUnit 10
Summary
The JUnit logger crashes when a test is skipped because of missing required PHP extension when running in separate process.
Introduced by PHPUnit 10.0.12.
Current behavior
How to reproduce
phpunit.xml
tests/FooTest.php
Expected behavior
The text was updated successfully, but these errors were encountered: