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 7bb6657
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, probably only on 6.4?, need to check
// 'handle_all_throwables' => true,
]);

$securityConfig = [
Expand Down

0 comments on commit 7bb6657

Please sign in to comment.