We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2994f81 commit 1a47369Copy full SHA for 1a47369
src/Symfony/Component/Serializer/Tests/DependencyInjection/SerializerPassTest.php
@@ -81,7 +81,7 @@ public function testBindSerializerDefaultContext()
81
82
$container = new ContainerBuilder();
83
$container->setParameter('kernel.debug', false);
84
- $container->register('serializer')->setArguments([null, null, null]);
+ $container->register('serializer')->setArguments([null, null]);
85
$container->setParameter('serializer.default_context', $context);
86
$definition = $container->register('n1')->addTag('serializer.normalizer')->addTag('serializer.encoder');
87
0 commit comments