Skip to content

Commit 2e3d422

Browse files
fix (ter)
1 parent 7b3f4e8 commit 2e3d422

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,10 @@ public function testDumpIntervalExcludingVerbosity($intervalSpec, $ms, $invert,
142142
*/
143143
public function testCastInterval($intervalSpec, $ms, $invert, $xInterval, $xSeconds)
144144
{
145+
if ($ms && PHP_VERSION_ID >= 70200 && version_compare(PHP_VERSION, '7.2.0rc3', '<=')) {
146+
$this->markTestSkipped('Skipped on 7.2 before rc4 because of php bug #75354.');
147+
}
148+
145149
$interval = $this->createInterval($intervalSpec, $ms, $invert);
146150
$stub = new Stub();
147151

0 commit comments

Comments
 (0)