Skip to content

Commit a8d3aa4

Browse files
committed
remove no longer needed PHP version requirements from tests
1 parent aa8885f commit a8d3aa4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Tests/Constraints/ValidTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ public function testGroupsAreNullByDefault()
3535
$this->assertNull($constraint->groups);
3636
}
3737

38-
/**
39-
* @requires PHP 8
40-
*/
4138
public function testAttributes()
4239
{
4340
$metadata = new ClassMetaData(ValidDummy::class);

0 commit comments

Comments
 (0)