-
-
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
Wrong num tests when using group filter #663
Comments
Looking into the code to send a pull request I see the It could be possible adding an attribute with the groups to filter, but the So, what should be the approach to fix it? Change the |
I am afraid there is not clean way to do this before #10 |
Fixed with merging #781 |
It's still reproducible in phpunit 3.7.21 |
Thanks, @zerkms. I just tested and can confirm this issue still exists. |
@zerkms The fix for this is in the 3.8 release as it required public API changes. |
When running the phpunit with
--group
param it do not affect the number of tests in the output, affecting the percentage too.Ie,
Note that in the first block the number of tests are the same of the tests without filter. The correct value in this case should be
?? / 144
.The text was updated successfully, but these errors were encountered: