Commit deb160a
committed
minor #51126 [Serializer] Fix tests for extended Context attributes (derrabus)
This PR was merged into the 6.4 branch.
Discussion
----------
[Serializer] Fix tests for extended Context attributes
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Follows #50983
| License | MIT
| Doc PR | not needed
In #50983, I broke one test scenario where we test that extending the `Context` class works. This PR corrects that mistake.
Commits
-------
2a6e93e [Serializer] Fix tests for extended Context attributesFile tree
2 files changed
+4
-11
lines changed- src/Symfony/Component/Serializer/Tests/Normalizer/Features
2 files changed
+4
-11
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
125 | | - | |
| 124 | + | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
Lines changed: 1 addition & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 16 | + | |
24 | 17 | | |
25 | 18 | | |
26 | 19 | | |
0 commit comments