Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Enno Woortmann committed Oct 11, 2023
1 parent 6106b36 commit 30836bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/PostProcessor/EnumPostProcessorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ public function unmappedEnumThrowsAnExceptionDataProvider(): array
];
}

/**
* @requires PHP >= 8.1
*/
public function testUnmappedEnumIsSkippedWithEnabledSkipOption(): void
{
$this->modifyModelGenerator = static function (ModelGenerator $generator): void {
Expand Down

0 comments on commit 30836bb

Please sign in to comment.