Skip to content

Commit 6703b41

Browse files
committed
Relax 1 test failing with latest PHP versions
Related to php bug symfony#52646 which is fixed in 5.6.25RC1, 7.0.10RC1, 7.1.0beta2
1 parent eabbcf0 commit 6703b41

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)