File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ public function getConfigTreeBuilder()
101
101
->booleanNode ('install_default_breadcrumb_handlers ' )->defaultTrue ()->end ()
102
102
->booleanNode ('install_shutdown_handler ' )->defaultTrue ()->end ()
103
103
->arrayNode ('processors ' )
104
- ->defaultValue ([\Raven_SanitizeDataProcessor ::class])
104
+ ->defaultValue ([\Raven_Processor_SanitizeDataProcessor ::class])
105
105
->prototype ('scalar ' )->end ()
106
106
->end ()
107
107
->arrayNode ('processorOptions ' )
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ public function test_that_configuration_uses_the_right_default_values()
68
68
$ this ->assertSame (['kernel/root/.. ' ], $ options ['prefixes ' ]);
69
69
$ this ->assertTrue ($ options ['install_default_breadcrumb_handlers ' ]);
70
70
$ this ->assertTrue ($ options ['install_shutdown_handler ' ]);
71
- $ this ->assertSame ([\Raven_SanitizeDataProcessor ::class], $ options ['processors ' ]);
71
+ $ this ->assertSame ([\Raven_Processor_SanitizeDataProcessor ::class], $ options ['processors ' ]);
72
72
$ this ->assertSame ([], $ options ['processorOptions ' ]);
73
73
}
74
74
You can’t perform that action at this time.
0 commit comments