Remove some indirect deprecations

This commit is contained in:
Hugo Alliaume
2025-08-25 20:33:35 +02:00
parent 44ac52b92e
commit 42f89354c7

View File

@@ -63,7 +63,9 @@ class StimulusTestKernel extends Kernel
'importmap_path' => '%kernel.project_dir%/'.(class_exists(ImportMapConfigReader::class) ? 'importmap.php' : 'legacy/importmap.php'),
],
'test' => true,
'handle_all_throwables' => true,
...(self::VERSION_ID >= 60200 ? [
'handle_all_throwables' => true,
] : []),
'php_errors' => ['log' => true],
]);