File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Symfony/Bundle/FrameworkBundle
Tests/DependencyInjection Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 100
100
101
101
->set ('serializer.normalizer.json_serializable ' , JsonSerializableNormalizer::class)
102
102
->args ([null , null ])
103
- ->tag ('serializer.normalizer ' , ['priority ' => -900 ])
103
+ ->tag ('serializer.normalizer ' , ['priority ' => -950 ])
104
104
105
105
->set ('serializer.normalizer.problem ' , ProblemNormalizer::class)
106
106
->args ([param ('kernel.debug ' )])
Original file line number Diff line number Diff line change @@ -1461,7 +1461,7 @@ public function testJsonSerializableNormalizerRegistered()
1461
1461
$ tag = $ definition ->getTag ('serializer.normalizer ' );
1462
1462
1463
1463
$ this ->assertEquals (JsonSerializableNormalizer::class, $ definition ->getClass ());
1464
- $ this ->assertEquals (-900 , $ tag [0 ]['priority ' ]);
1464
+ $ this ->assertEquals (-950 , $ tag [0 ]['priority ' ]);
1465
1465
}
1466
1466
1467
1467
public function testObjectNormalizerRegistered ()
You can’t perform that action at this time.
0 commit comments