Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 861d85f

Browse filesBrowse files
committed
minor #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
Copy full SHA for 861d85f

File tree

Expand file treeCollapse file tree

1 file changed

+0
-9
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-9
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Tests/SerializerTest.php
-9Lines changed: 0 additions & 9 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.