-
-
Notifications
You must be signed in to change notification settings - Fork 231
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
Bad progress output with option --functional #826
Comments
I've found my problem. I have methods that have the same beginning names. The filter added in
To solve my problem I replaced
with
|
same here |
The fix has already been proposed, but it needs deeper tests to get merged #828 Any help is welcome |
I'm sorry, I fixed this issue only if dataProvider is used. I still have the problem without dataProvider but I have the solution 👀 |
Summary
I've just updated the versions of Paratest and Phpunit. When I use the "-functional" option, I get a problem in the output. The progress exceeds the actual number of tests.
This is my phpunit.xml :
Current behavior
Result without "--functional" :
Result with "--functional" :
How to reproduce: command, code and error stack trace
Without bug :
php ./vendor/bin/paratest --configuration=phpunit.xml.dist --no-coverage -p8
With bug :
php ./vendor/bin/paratest --configuration=phpunit.xml.dist --no-coverage -p8 --functional
You need to have methods with the same beginning of names in the same class.
Expected behavior
Obtain the same output with and without the option "--functional"
The text was updated successfully, but these errors were encountered: