Skip to content

Commit 609e702

Browse files
committed
minor #196 Rename catch_all_throwables to handle_all_throwables in test to fix CI (jmsche)
This PR was merged into the main branch. Discussion ---------- Rename catch_all_throwables to handle_all_throwables in test to fix CI Little fix required to make CI pass again :) The `catch_all_throwables` parameter was renamed by this PR: symfony/symfony#45997 Commits ------- aae2142 Rename catch_all_throwables to handle_all_throwables in test to fix CI
2 parents bb39993 + aae2142 commit 609e702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/IntegrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ protected function configureContainer(ContainerBuilder $container, LoaderInterfa
665665
];
666666
}
667667
if (self::VERSION_ID >= 60200) {
668-
$frameworkConfig['catch_all_throwables'] = true;
668+
$frameworkConfig['handle_all_throwables'] = true;
669669
}
670670
$container->loadFromExtension('framework', $frameworkConfig);
671671

0 commit comments

Comments
 (0)