We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa8885f commit a8d3aa4Copy full SHA for a8d3aa4
1 file changed
Tests/Constraints/ValidTest.php
@@ -35,9 +35,6 @@ public function testGroupsAreNullByDefault()
35
$this->assertNull($constraint->groups);
36
}
37
38
- /**
39
- * @requires PHP 8
40
- */
41
public function testAttributes()
42
{
43
$metadata = new ClassMetaData(ValidDummy::class);
0 commit comments