[VarDumper] fix DateCasterTest

This commit is contained in:
Nicolas Grekas 2017-08-29 18:16:36 +02:00
parent cba3393f9d
commit d00ac8adef

View File

@ -314,7 +314,7 @@ EODUMP;
*/
public function testDumpPeriod($start, $interval, $end, $options, $expected)
{
if (defined('HHVM_VERSION_ID') || \PHP_VERSION_ID < 50605) {
if (defined('HHVM_VERSION_ID') || \PHP_VERSION_ID < 50620 || (\PHP_VERSION_ID >= 70000 && \PHP_VERSION_ID < 70005)) {
$this->markTestSkipped();
}