Skip to content

Commit f402d80

Browse files
committed
fix tests
1 parent 02102f9 commit f402d80

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)