Skip to content

Commit

Permalink
Merge branch '6.4' into 7.0
Browse files Browse the repository at this point in the history
* 6.4:
  Fix merge (bis)
  • Loading branch information
nicolas-grekas committed Jul 26, 2024
2 parents 9d62f5c + 6cbdb0c commit 07a3717
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Tests/DependencyInjection/ConfigurationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,8 @@ public function testSerializerJsonDetailedErrorMessagesEnabledWhenDefaultContext
$config = $processor->processConfiguration(new Configuration(true), [
[
'http_method_override' => false,
'handle_all_throwables' => true,
'php_errors' => ['log' => true],
'serializer' => [
'default_context' => [
'foo' => 'bar',
Expand All @@ -590,6 +592,8 @@ public function testSerializerJsonDetailedErrorMessagesInDefaultContextCanBeDisa
$config = $processor->processConfiguration(new Configuration(true), [
[
'http_method_override' => false,
'handle_all_throwables' => true,
'php_errors' => ['log' => true],
'serializer' => [
'default_context' => [
'foo' => 'bar',
Expand All @@ -608,6 +612,8 @@ public function testSerializerJsonDetailedErrorMessagesInDefaultContextCanBeDisa
$config = $processor->processConfiguration(new Configuration(true), [
[
'http_method_override' => false,
'handle_all_throwables' => true,
'php_errors' => ['log' => true],
'serializer' => [
'default_context' => [
'foo' => 'bar',
Expand Down

0 comments on commit 07a3717

Please sign in to comment.