Skip to content

Commit 861d85f

Browse files
committed
minor symfony#52665 [Serializer] fix tests (xabbuh)
This PR was merged into the 6.3 branch. Discussion ---------- [Serializer] fix tests | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- f402d80 fix tests
2 parents 02102f9 + f402d80 commit 861d85f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

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

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

0 commit comments

Comments
 (0)