Skip to content

Commit 07a3717

Browse files
Merge branch '6.4' into 7.0
* 6.4: Fix merge (bis)
2 parents 9d62f5c + 6cbdb0c commit 07a3717

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Tests/DependencyInjection/ConfigurationTest.php

+6
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,8 @@ public function testSerializerJsonDetailedErrorMessagesEnabledWhenDefaultContext
573573
$config = $processor->processConfiguration(new Configuration(true), [
574574
[
575575
'http_method_override' => false,
576+
'handle_all_throwables' => true,
577+
'php_errors' => ['log' => true],
576578
'serializer' => [
577579
'default_context' => [
578580
'foo' => 'bar',
@@ -590,6 +592,8 @@ public function testSerializerJsonDetailedErrorMessagesInDefaultContextCanBeDisa
590592
$config = $processor->processConfiguration(new Configuration(true), [
591593
[
592594
'http_method_override' => false,
595+
'handle_all_throwables' => true,
596+
'php_errors' => ['log' => true],
593597
'serializer' => [
594598
'default_context' => [
595599
'foo' => 'bar',
@@ -608,6 +612,8 @@ public function testSerializerJsonDetailedErrorMessagesInDefaultContextCanBeDisa
608612
$config = $processor->processConfiguration(new Configuration(true), [
609613
[
610614
'http_method_override' => false,
615+
'handle_all_throwables' => true,
616+
'php_errors' => ['log' => true],
611617
'serializer' => [
612618
'default_context' => [
613619
'foo' => 'bar',

0 commit comments

Comments
 (0)