From b7365d41dc3a0b3a83880abe5cd20a6dbfadb8a2 Mon Sep 17 00:00:00 2001 From: Jordi Sala Morales Date: Fri, 15 Sep 2023 15:16:19 +0000 Subject: [PATCH] Avoid all builds failing --- tests/App/AppKernel.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/App/AppKernel.php b/tests/App/AppKernel.php index ee9e51d3c2..1a416c3ebd 100644 --- a/tests/App/AppKernel.php +++ b/tests/App/AppKernel.php @@ -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 = [