Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Jul 26, 2024
1 parent 35bab84 commit 21876ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tests/DependencyInjection/ConfigurationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,7 @@ public function testSerializerJsonDetailedErrorMessagesEnabledWhenDefaultContext
$processor = new Processor();
$config = $processor->processConfiguration(new Configuration(true), [
[
'http_method_override' => false,
'serializer' => [
'default_context' => [
'foo' => 'bar',
Expand All @@ -588,6 +589,7 @@ public function testSerializerJsonDetailedErrorMessagesInDefaultContextCanBeDisa
$processor = new Processor();
$config = $processor->processConfiguration(new Configuration(true), [
[
'http_method_override' => false,
'serializer' => [
'default_context' => [
'foo' => 'bar',
Expand All @@ -605,6 +607,7 @@ public function testSerializerJsonDetailedErrorMessagesInDefaultContextCanBeDisa
$processor = new Processor();
$config = $processor->processConfiguration(new Configuration(true), [
[
'http_method_override' => false,
'serializer' => [
'default_context' => [
'foo' => 'bar',
Expand Down

0 comments on commit 21876ac

Please sign in to comment.