Skip to content

Commit c8b962a

Browse files
committed
minor symfony#52745 Fix DebugCommandTest (jschaedl)
This PR was merged into the 7.1 branch. Discussion ---------- Fix DebugCommandTest | Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | - | New feature? | - | Deprecations? | - | Issues | - | License | MIT This will fix the `DebugCommandTest`, which I broke in symfony@24cdc43 :-( Commits ------- bcecd7e Fix DebugCommandTest
2 parents bce5492 + bcecd7e commit c8b962a

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

src/Symfony/Component/Serializer/Tests/Command/DebugCommandTest.php

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -36,43 +36,43 @@ public function testOutputWithClassArgument()
3636
Symfony\Component\Serializer\Tests\Dummy\DummyClassOne
3737
------------------------------------------------------
3838
39-
+----------+-------------------------------------+
40-
| Property | Options |
41-
+----------+-------------------------------------+
42-
| code | [ |
43-
| | "groups" => [ |
44-
| | "book:read", |
45-
| | "book:write" |
46-
| | ], |
47-
| | "maxDepth" => 1, |
48-
| | "serializedName" => "identifier", |
49-
| | "serializedPath" => null, |
50-
| | "ignore" => true, |
51-
| | "normalizationContexts" => [ |
52-
| | "*" => [ |
53-
| | "groups" => [ |
54-
| | "book:read" |
55-
| | ] |
56-
| | ] |
57-
| | ], |
58-
| | "denormalizationContexts" => [ |
59-
| | "*" => [ |
60-
| | "groups" => [ |
61-
| | "book:write" |
62-
| | ] |
63-
| | ] |
64-
| | ] |
65-
| | ] |
66-
| name | [ |
67-
| | "groups" => [], |
68-
| | "maxDepth" => null, |
69-
| | "serializedName" => null, |
70-
| | "serializedPath" => [data][name], |
71-
| | "ignore" => false, |
72-
| | "normalizationContexts" => [], |
73-
| | "denormalizationContexts" => [] |
74-
| | ] |
75-
+----------+-------------------------------------+
39+
+----------+---------------------------------------+
40+
| Property | Options |
41+
+----------+---------------------------------------+
42+
| code | [ |
43+
| | "groups" => [ |
44+
| | "book:read", |
45+
| | "book:write" |
46+
| | ], |
47+
| | "maxDepth" => 1, |
48+
| | "serializedName" => "identifier", |
49+
| | "serializedPath" => null, |
50+
| | "ignore" => true, |
51+
| | "normalizationContexts" => [ |
52+
| | "*" => [ |
53+
| | "groups" => [ |
54+
| | "book:read" |
55+
| | ] |
56+
| | ] |
57+
| | ], |
58+
| | "denormalizationContexts" => [ |
59+
| | "*" => [ |
60+
| | "groups" => [ |
61+
| | "book:write" |
62+
| | ] |
63+
| | ] |
64+
| | ] |
65+
| | ] |
66+
| name | [ |
67+
| | "groups" => [], |
68+
| | "maxDepth" => null, |
69+
| | "serializedName" => null, |
70+
| | "serializedPath" => "[data][name]", |
71+
| | "ignore" => false, |
72+
| | "normalizationContexts" => [], |
73+
| | "denormalizationContexts" => [] |
74+
| | ] |
75+
+----------+---------------------------------------+
7676
7777
TXT,
7878
$tester->getDisplay(true),

0 commit comments

Comments
 (0)