Skip to content

Commit 991a633

Browse files
committed
remove no longer needed PHP version requirements from tests
1 parent efbf272 commit 991a633

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Tests/Constraints/CidrTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,6 @@ public function getValidMinMaxValues(): array
111111
];
112112
}
113113

114-
/**
115-
* @requires PHP 8
116-
*/
117114
public function testAttributes()
118115
{
119116
$metadata = new ClassMetadata(CidrDummy::class);

Tests/Constraints/CssColorTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
/**
2020
* @author Mathieu Santostefano <[email protected]>
21-
* @requires PHP 8
2221
*/
2322
final class CssColorTest extends TestCase
2423
{

0 commit comments

Comments
 (0)