Skip to content

Commit b6a0a38

Browse files
[VarDumper] Fix test
1 parent c98db6a commit b6a0a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ public function provideIntervals()
190190
array('PT1S', 0, 0, '+ 00:00:01'.$ms, '1s'),
191191
array('PT2M', 0, 0, '+ 00:02:00'.$ms, '120s'),
192192
array('PT3H', 0, 0, '+ 03:00:00'.$ms, '10 800s'),
193-
array('P4D', 0, 0, '+ 4d', '345 600s'),
193+
array('P4D', 0, 0, '+ 4d', '34%x %x00s'), // %x to account for DST
194194
array('P5M', 0, 0, '+ 5m', null),
195195
array('P6Y', 0, 0, '+ 6y', null),
196196
array('P1Y2M3DT4H5M6S', 0, 0, '+ 1y 2m 3d 04:05:06'.$ms, null),

0 commit comments

Comments
 (0)