diff --git a/tests/Support/SupportCollectionTest.php b/tests/Support/SupportCollectionTest.php index d52493865662..3a50343f27e1 100755 --- a/tests/Support/SupportCollectionTest.php +++ b/tests/Support/SupportCollectionTest.php @@ -4260,6 +4260,7 @@ public function testCollectionFromTraversableWithKeys($collection) /** * @dataProvider collectionClassProvider + * * @requires PHP >= 8.1 */ public function testCollectionFromEnum($collection) @@ -4270,6 +4271,7 @@ public function testCollectionFromEnum($collection) /** * @dataProvider collectionClassProvider + * * @requires PHP >= 8.1 */ public function testCollectionFromBackedEnum($collection)