mirror of
https://github.com/symfony/stimulus-bundle.git
synced 2026-03-24 01:12:07 +01:00
Remove some indirect deprecations
This commit is contained in:
4
tests/fixtures/StimulusTestKernel.php
vendored
4
tests/fixtures/StimulusTestKernel.php
vendored
@@ -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],
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user