File tree 1 file changed +6
-0
lines changed
Tests/DependencyInjection
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -573,6 +573,8 @@ public function testSerializerJsonDetailedErrorMessagesEnabledWhenDefaultContext
573
573
$ config = $ processor ->processConfiguration (new Configuration (true ), [
574
574
[
575
575
'http_method_override ' => false ,
576
+ 'handle_all_throwables ' => true ,
577
+ 'php_errors ' => ['log ' => true ],
576
578
'serializer ' => [
577
579
'default_context ' => [
578
580
'foo ' => 'bar ' ,
@@ -590,6 +592,8 @@ public function testSerializerJsonDetailedErrorMessagesInDefaultContextCanBeDisa
590
592
$ config = $ processor ->processConfiguration (new Configuration (true ), [
591
593
[
592
594
'http_method_override ' => false ,
595
+ 'handle_all_throwables ' => true ,
596
+ 'php_errors ' => ['log ' => true ],
593
597
'serializer ' => [
594
598
'default_context ' => [
595
599
'foo ' => 'bar ' ,
@@ -608,6 +612,8 @@ public function testSerializerJsonDetailedErrorMessagesInDefaultContextCanBeDisa
608
612
$ config = $ processor ->processConfiguration (new Configuration (true ), [
609
613
[
610
614
'http_method_override ' => false ,
615
+ 'handle_all_throwables ' => true ,
616
+ 'php_errors ' => ['log ' => true ],
611
617
'serializer ' => [
612
618
'default_context ' => [
613
619
'foo ' => 'bar ' ,
You can’t perform that action at this time.
0 commit comments