Skip to content

Commit 78dff9b

Browse files
committed
remove unneeded @requires PHP from tests
1 parent 78d311a commit 78dff9b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Tests/Constraints/WhenTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,6 @@ public function testAnnotations()
103103
self::assertSame(['Default', 'WhenTestWithAnnotations'], $bazConstraint->groups);
104104
}
105105

106-
/**
107-
* @requires PHP 8.1
108-
*/
109106
public function testAttributes()
110107
{
111108
$loader = new AnnotationLoader(new AnnotationReader());

0 commit comments

Comments
 (0)