10000 Fix merge (bis) · symfony/symfony@25260d4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 25260d4

Browse files
Fix merge (bis)
1 parent c984e22 commit 25260d4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php

Lines changed: 6 additions & 0 deletions
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)
0