Skip to content

Commit d65a7f0

Browse files
Merge branch '3.4'
* 3.4: [VarDumper] Fix test
2 parents 7414ef9 + b6a0a38 commit d65a7f0

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
@@ -179,7 +179,7 @@ public function provideIntervals()
179179
array('PT1S', 0, 0, '+ 00:00:01.0', '1s'),
180180
array('PT2M', 0, 0, '+ 00:02:00.0', '120s'),
181181
array('PT3H', 0, 0, '+ 03:00:00.0', '10 800s'),
182-
array('P4D', 0, 0, '+ 4d', '345 600s'),
182+
array('P4D', 0, 0, '+ 4d', '34%x %x00s'), // %x to account for DST
183183
array('P5M', 0, 0, '+ 5m', null),
184184
array('P6Y', 0, 0, '+ 6y', null),
185185
array('P1Y2M3DT4H5M6S', 0, 0, '+ 1y 2m 3d 04:05:06.0', null),

0 commit comments

Comments
 (0)