10000
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 f8d82e4 commit d2c249bCopy full SHA for d2c249b
src/Symfony/Component/Serializer/Tests/SerializerTest.php
@@ -1169,9 +1169,6 @@ public function testCollectDenormalizationErrorsWithConstructor(?ClassMetadataFa
1169
$this->assertSame($expected, $exceptionsAsArray);
1170
}
1171
1172
- /**
1173
- * @requires PHP 8.1
1174
- */
1175
public function testCollectDenormalizationErrorsWithEnumConstructor()
1176
{
1177
$serializer = new Serializer(
@@ -1209,9 +1206,6 @@ public function testCollectDenormalizationErrorsWithEnumConstructor()
1209
1206
1210
1207
1211
1208
1212
1213
1214
1215
public function testNoCollectDenormalizationErrorsWithWrongEnum()
1216
1217
0 commit comments