Skip to content

Commit bd729bc

Browse files
committed
Merge branch '6.1' into 6.2
* 6.1: remove no longer needed PHP version requirements from tests remove no longer needed PHP version requirements from tests [Validator] [Security] Add Norwegian translations add tests covering union types in MessengerPass [Messenger] Support for custom handler method containing a Union type tagged with #[AsMessageHandler] [HttpFoundation] Prevent BinaryFileResponse::prepare from adding content type if no content is sent
2 parents fda0885 + 9caf30e commit bd729bc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Tests/SerializerTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,9 +1183,6 @@ public function testCollectDenormalizationErrorsWithConstructor(?ClassMetadataFa
11831183
$this->assertSame($expected, $exceptionsAsArray);
11841184
}
11851185

1186-
/**
1187-
* @requires PHP 8.1
1188-
*/
11891186
public function testCollectDenormalizationErrorsWithEnumConstructor()
11901187
{
11911188
$serializer = new Serializer(
@@ -1223,9 +1220,6 @@ public function testCollectDenormalizationErrorsWithEnumConstructor()
12231220
$this->assertSame($expected, $exceptionsAsArray);
12241221
}
12251222

1226-
/**
1227-
* @requires PHP 8.1
1228-
*/
12291223
public function testNoCollectDenormalizationErrorsWithWrongEnum()
12301224
{
12311225
$serializer = new Serializer(

0 commit comments

Comments
 (0)