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