Skip to content

Commit 30a3edb

Browse files
Merge branch '3.4'
* 3.4: fix (ter)
2 parents 773be7f + 2e3d422 commit 30a3edb

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
@@ -134,6 +134,10 @@ public function testDumpIntervalExcludingVerbosity($intervalSpec, $ms, $invert,
134134
*/
135135
public function testCastInterval($intervalSpec, $ms, $invert, $xInterval, $xSeconds)
136136
{
137+
if ($ms && PHP_VERSION_ID >= 70200 && version_compare(PHP_VERSION, '7.2.0rc3', '<=')) {
138+
$this->markTestSkipped('Skipped on 7.2 before rc4 because of php bug #75354.');
139+
}
140+
137141
$interval = $this->createInterval($intervalSpec, $ms, $invert);
138142
$stub = new Stub();
139143

0 commit comments

Comments
 (0)