Skip to content

Commit 38a2de7

Browse files
committed
add missing annotation
1 parent dbac05e commit 38a2de7

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
@@ -113,6 +113,9 @@ public function testInvalidStringOnlyEnumValueThrowsAnException(): void
113113
new $className(['property' => 'Meier']);
114114
}
115115

116+
/**
117+
* @requires PHP >= 8.1
118+
*/
116119
public function testInvalidEnumThrowsAnException(): void
117120
{
118121
$this->addPostProcessor();

0 commit comments

Comments
 (0)