Skip to content

Commit aae2142

Browse files
committed
Rename catch_all_throwables to handle_all_throwables in test to fix CI
1 parent bb39993 commit aae2142

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)