Skip to content

Commit d5ab8c5

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: name exception being caught as it is accessed in the catch block fix tests name exception being caught as it is accessed in the catch block
2 parents 9e7d954 + b57f39c commit d5ab8c5

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Tests/SerializerTest.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,15 +1053,6 @@ public function testCollectDenormalizationErrors(?ClassMetadataFactory $classMet
10531053
'useMessageForUser' => false,
10541054
'message' => 'The type of the "something" attribute for class "Symfony\Component\Serializer\Tests\Fixtures\Php74FullWithTypedConstructor" must be one of "float" ("string" given).',
10551055
],
1056-
[
1057-
'currentType' => 'string',
1058-
'expectedTypes' => [
1059-
'float',
1060-
],
1061-
'path' => 'php74FullWithTypedConstructor.something',
1062-
'useMessageForUser' => false,
1063-
'message' => 'The type of the "something" attribute for class "Symfony\Component\Serializer\Tests\Fixtures\Php74FullWithTypedConstructor" must be one of "float" ("string" given).',
1064-
],
10651056
[
10661057
'currentType' => 'string',
10671058
'expectedTypes' => [

0 commit comments

Comments
 (0)