-
-
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
Discrepancy in statistics (number of tests) when some tests are excluded. #268
Comments
This is still easily reproducible with 3.6.2 and master
|
From what I've tried it is not worth hacking this into the current implementation of the TestRunner. The numbers are collected before the test are run but the exclude group filtering happens during execution. Applying the filtering before the execution (or for the counting) would work but seems to be a lot of effort to get right for this issue. This should solve its self once #10 is implemented.
So I'm closing this as a "will be solved as part of another issue" |
When running PHPUnit from https://github.com/phpbb/phpbb3 the default configuration in phpunit.xml.dist disables some slow tests. It however seems like the number of disabled tests is included in the progress lines.
Note that 910 should be 896 tests.
The text was updated successfully, but these errors were encountered: