Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d00ac8a

Browse files
[VarDumper] fix DateCasterTest
1 parent cba3393 commit d00ac8a

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
@@ -314,7 +314,7 @@ public function provideTimeZones()
314314
*/
315315
public function testDumpPeriod($start, $interval, $end, $options, $expected)
316316
{
317-
if (defined('HHVM_VERSION_ID') || \PHP_VERSION_ID < 50605) {
317+
if (defined('HHVM_VERSION_ID') || \PHP_VERSION_ID < 50620 || (\PHP_VERSION_ID >= 70000 && \PHP_VERSION_ID < 70005)) {
318318
$this->markTestSkipped();
319319
}
320320

0 commit comments

Comments
 (0)