Skip to content

Commit 2353b5c

Browse files
Merge branch '7.1' into 7.2
* 7.1: Fix merge (bis)
2 parents fb74520 + a32ec54 commit 2353b5c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Tests/DependencyInjection/ConfigurationTest.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,8 @@ public function testSerializerJsonDetailedErrorMessagesEnabledWhenDefaultContext
574574
$config = $processor->processConfiguration(new Configuration(true), [
575575
[
576576
'http_method_override' => false,
577+
'handle_all_throwables' => true,
578+
'php_errors' => ['log' => true],
577579
'serializer' => [
578580
'default_context' => [
579581
'foo' => 'bar',
@@ -591,6 +593,8 @@ public function testSerializerJsonDetailedErrorMessagesInDefaultContextCanBeDisa
591593
$config = $processor->processConfiguration(new Configuration(true), [
592594
[
593595
'http_method_override' => false,
596+
'handle_all_throwables' => true,
597+
'php_errors' => ['log' => true],
594598
'serializer' => [
595599
'default_context' => [
596600
'foo' => 'bar',
@@ -609,6 +613,8 @@ public function testSerializerJsonDetailedErrorMessagesInDefaultContextCanBeDisa
609613
$config = $processor->processConfiguration(new Configuration(true), [
610614
[
611615
'http_method_override' => false,
616+
'handle_all_throwables' => true,
617+
'php_errors' => ['log' => true],
612618
'serializer' => [
613619
'default_context' => [
614620
'foo' => 'bar',

0 commit comments

Comments
 (0)