From 7bb66570a7af8bd9c3bd3a53743c623d46934ca9 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..d0de8540cc 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, probably only on 6.4?, need to check + // 'handle_all_throwables' => true, ]); $securityConfig = [