-
-
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
Bugfix: #2572 #2620
Bugfix: #2572 #2620
Conversation
…x/2572-support-autoreferenced-array-as-arguments-in-5.7
@sebastianbergmann Have you any idea what could be the issue that makes the test fail for php5.6? |
Codecov Report
@@ Coverage Diff @@
## 5.7 #2620 +/- ##
==========================================
+ Coverage 51.23% 52.24% +1%
+ Complexity 2906 2803 -103
==========================================
Files 110 106 -4
Lines 7065 6902 -163
==========================================
- Hits 3620 3606 -14
+ Misses 3445 3296 -149
Continue to review full report at Codecov.
|
Merged manually, thanks! |
See related phpunit issue and PR : - sebastianbergmann/phpunit#2572 - sebastianbergmann/phpunit#2620
See related phpunit issue and PR : - sebastianbergmann/phpunit#2572 - sebastianbergmann/phpunit#2620
Support autoreferenced array as arguments in 5.7: Added a check to avoid infinite recursion on self-referenced arrays. This fixes #2572