-
-
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
Code Coverage does not work for tests run in separate process(es) #5218
Comments
This problem was introduced between PHPUnit 10.0.5 and PHPUnit 10.0.6: PHPUnit 10.0.5
PHPUnit 10.0.6
|
@Slamdunk It looks like your refactoring(s) between PHPUnit 10.0.5 and PHPUnit 10.0.6 cause this issue. Can you have a look, please? Thanks! |
Oh no - I've just spent two hours of debugging to find the same bug 😅 |
Sorry :( |
@sebastianbergmann sure, stay tuned 📻 |
Never mind :) I'm happy we finally find the cause :) |
phpunit.xml
src/Email.php
tests/EmailTest.php
Process Isolation
No Process Isolation
The text was updated successfully, but these errors were encountered: