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 @@ -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 ' ,
You can’t perform that action at this time.
0 commit comments