Skip to content

Commit 2706a22

Browse files
committed
remove no longer needed PHP version requirements from tests
1 parent 592715f commit 2706a22

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Tests/ControllerMetadata/ArgumentMetadataFactoryTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,6 @@ public function testMultipleAttributes()
134134
$this->assertCount(1, $this->factory->createArgumentMetadata([new AttributeController(), 'multiAttributeArg'])[0]->getAttributes());
135135
}
136136

137-
/**
138-
* @requires PHP 8
139-
*/
140137
public function testIssue41478()
141138
{
142139
$arguments = $this->factory->createArgumentMetadata([new AttributeController(), 'issue41478']);

0 commit comments

Comments
 (0)