Skip to content

Commit d2c249b

Browse files
committed
remove no longer needed PHP version requirements from tests
1 parent f8d82e4 commit d2c249b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Symfony/Component/Serializer/Tests/SerializerTest.php

-6
Original file line numberDiff line numberDiff line change
@@ -1169,9 +1169,6 @@ public function testCollectDenormalizationErrorsWithConstructor(?ClassMetadataFa
11691169
$this->assertSame($expected, $exceptionsAsArray);
11701170
}
11711171

1172-
/**
1173-
* @requires PHP 8.1
1174-
*/
11751172
public function testCollectDenormalizationErrorsWithEnumConstructor()
11761173
{
11771174
$serializer = new Serializer(
@@ -1209,9 +1206,6 @@ public function testCollectDenormalizationErrorsWithEnumConstructor()
12091206
$this->assertSame($expected, $exceptionsAsArray);
12101207
}
12111208

1212-
/**
1213-
* @requires PHP 8.1
1214-
*/
12151209
public function testNoCollectDenormalizationErrorsWithWrongEnum()
12161210
{
12171211
$serializer = new Serializer(

0 commit comments

Comments
 (0)