-
Notifications
You must be signed in to change notification settings - Fork 80
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
Ensure high code coverage (now: 77.25%) #36
Comments
the coverage was increased a bit (approx 85% IIRC), and then #46 made it drop again as the test does not run through the code converting HttpFoundation responses to BrowserKit ones (which becomes a BC layer only). Running the tests on Symfony 2.2 would report a higher code coverage than on 2.3+ because of this. |
sorry, I wanted to close the GoutteDriver issue |
We now have 82% coverage, and 97% in the PR for 2.0 after removing the support of legacy Symfony versions. Closing this issue |
Main issue: https://github.com/Behat/Mink/issues/406
Code Coverage: 77.25%
The text was updated successfully, but these errors were encountered: