Skip to content

Commit 9a0df6b

Browse files
committed
update SerializeLogTest::testBackwardsImportCompatibility
1 parent 54f4752 commit 9a0df6b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/Debug/Utility/SerializeLogTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ public static function BackwardsCompatibilityDataProvider()
130130
$filepath,
131131
);
132132
}
133+
if (PHP_VERSION_ID < 80000) {
134+
return \array_intersect_key($tests, \array_flip(['2.3']));
135+
}
133136
return $tests;
134137
}
135138

0 commit comments

Comments
 (0)