Skip to content
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

Conversation

mcustiel
Copy link
Contributor

@mcustiel mcustiel commented Apr 1, 2017

Support autoreferenced array as arguments in 5.7: Added a check to avoid infinite recursion on self-referenced arrays. This fixes #2572

@mcustiel
Copy link
Contributor Author

mcustiel commented Apr 1, 2017

@sebastianbergmann Have you any idea what could be the issue that makes the test fail for php5.6?

@codecov-io
Copy link

Codecov Report

Merging #2620 into 5.7 will increase coverage by 1%.
The diff coverage is n/a.

Impacted file tree graph

@@            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
Impacted Files Coverage Δ Complexity Δ
src/TextUI/ResultPrinter.php 0% <0%> (ø) 80% <0%> (+1%) ⬆️
src/Util/Test.php
src/Framework/Exception.php
src/Framework/Warning.php
src/Util/XML.php
src/Framework/BaseTestListener.php
src/Framework/Assert.php
src/Util/TestDox/ResultPrinter.php
src/Framework/Constraint/Exception.php
src/Runner/Version.php
... and 10 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1502e0e...be9e1d0. Read the comment docs.

@sebastianbergmann
Copy link
Owner

Merged manually, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants