Skip to content

Commit 30836bb

Browse files
author
Enno Woortmann
committed
coverage
1 parent 6106b36 commit 30836bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/PostProcessor/EnumPostProcessorTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,9 @@ public function unmappedEnumThrowsAnExceptionDataProvider(): array
178178
];
179179
}
180180

181+
/**
182+
* @requires PHP >= 8.1
183+
*/
181184
public function testUnmappedEnumIsSkippedWithEnabledSkipOption(): void
182185
{
183186
$this->modifyModelGenerator = static function (ModelGenerator $generator): void {

0 commit comments

Comments
 (0)