Skip to content

Commit

Permalink
Avoid all builds failing
Browse files Browse the repository at this point in the history
  • Loading branch information
jordisala1991 committed Sep 15, 2023
1 parent 916a7e3 commit b7365d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/App/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ protected function configureContainer(ContainerBuilder $containerBuilder, Loader
'php_errors' => [
'log' => true,
],
'handle_all_throwables' => true,

// Not present on all Symfony versions, since 6.3, need to add it conditionally
// 'handle_all_throwables' => true,
]);

$securityConfig = [
Expand Down

0 comments on commit b7365d4

Please sign in to comment.