Skip to content

Commit 2f9921f

Browse files
minor symfony#19539 [VarDumper] Relax 1 test failing with latest PHP versions (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
2 parents 4ebe440 + 6703b41 commit 2f9921f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/VarDumper/Tests/Caster/SplCasterTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ public function testCastFileObject()
9494
file: true
9595
dir: false
9696
link: false
97-
%AcsvControl: array:2 [
97+
%AcsvControl: array:%d [
9898
0 => ","
9999
1 => """
100-
]
100+
%A]
101101
flags: DROP_NEW_LINE|SKIP_EMPTY
102102
maxLineLen: 0
103103
fstat: array:26 [

0 commit comments

Comments
 (0)