Skip to content

Commit

Permalink
test(symfony): disable symfony error handling by default
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Dec 29, 2023
1 parent 05629a1 commit 66ae7a2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ private function runDefaultConfigTests(array $doctrineIntegrationsToLoad = ['orm
],
'keep_legacy_inflector' => true,
'event_listeners_backward_compatibility_layer' => true,
'handle_symfony_errors' => false,
], $config);
}

Expand Down

0 comments on commit 66ae7a2

Please sign in to comment.