File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
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 100100
101101 ->set ('serializer.normalizer.json_serializable ' , JsonSerializableNormalizer::class)
102102 ->args ([null , null ])
103- ->tag ('serializer.normalizer ' , ['priority ' => -900 ])
103+ ->tag ('serializer.normalizer ' , ['priority ' => -950 ])
104104
105105 ->set ('serializer.normalizer.problem ' , ProblemNormalizer::class)
106106 ->args ([param ('kernel.debug ' )])
Original file line number Diff line number Diff line change @@ -1461,7 +1461,7 @@ public function testJsonSerializableNormalizerRegistered()
14611461 $ tag = $ definition ->getTag ('serializer.normalizer ' );
14621462
14631463 $ this ->assertEquals (JsonSerializableNormalizer::class, $ definition ->getClass ());
1464- $ this ->assertEquals (-900 , $ tag [0 ]['priority ' ]);
1464+ $ this ->assertEquals (-950 , $ tag [0 ]['priority ' ]);
14651465 }
14661466
14671467 public function testObjectNormalizerRegistered ()
You can’t perform that action at this time.
0 commit comments