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