-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[VarDumper] Relax 1 test failing with latest PHP versions #19539
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
Conversation
@@ -94,10 +94,8 @@ public function testCastFileObject() | |||
file: true | |||
dir: false | |||
link: false | |||
%AcsvControl: array:2 [ | |||
0 => "," | |||
1 => """ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can't we keep these two first lines and add %A for the third one?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure ;)
But does it really worth it ?.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Related to php bug symfony#52646 which is fixed in 5.6.25RC1, 7.0.10RC1, 7.1.0beta2
f6e1019
to
6703b41
Compare
@remicollet can you remove the first commit please? |
Sorry, I don't know how.... :( |
Thank you @remicollet. |
…s (fabpot, remicollet) This PR was merged into the 2.8 branch. Discussion ---------- [VarDumper] Relax 1 test failing with latest PHP versions | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | no | New feature? | o | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | N/A | License | MIT | Doc PR | reference to the documentation PR, if any Related to php bug https://bugs.php.net/72646 which is fixed in 5.6.25RC1, 7.0.10RC1, 7.1.0beta2 Detected in Fedora CI, failed since 7.0.10RC1, see https://apps.fedoraproject.org/koschei/package/php-symfony Commits ------- 6703b41 Relax 1 test failing with latest PHP versions eabbcf0 bumped Symfony version to 2.8.10
Related to php bug https://bugs.php.net/72646 which is fixed in 5.6.25RC1, 7.0.10RC1, 7.1.0beta2
Detected in Fedora CI, failed since 7.0.10RC1, see
https://apps.fedoraproject.org/koschei/package/php-symfony