Skip to content

Commit 58266d9

Browse files
committed
Fix tests
1 parent 1ae1d8e commit 58266d9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

test/DependencyInjection/SentryExtensionTest.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,12 @@ public function test_that_it_sets_all_sentry_options()
343343
'install_shutdown_handler' => false,
344344
'processors' => ['processor1', 'processor2'],
345345
'processorOptions' => [
346-
'processorOption1' => 'asasdf',
346+
'processor1' => [
347+
'processorOption1' => 'asasdf',
348+
],
349+
'processor2' => [
350+
'processorOption2' => 'asasdf',
351+
]
347352
],
348353
];
349354

0 commit comments

Comments
 (0)