Skip to content

Commit b45d86f

Browse files
committed
minor symfony#47607 remove no longer needed PHP version requirements from tests (xabbuh)
This PR was merged into the 6.1 branch. Discussion ---------- remove no longer needed PHP version requirements from tests | Q | A | ------------- | --- | Branch? | 6.1 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | Commits ------- d2c249b remove no longer needed PHP version requirements from tests
2 parents f8d82e4 + d2c249b commit b45d86f

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)