Skip to content

Commit c0b9da3

Browse files
[FrameworkBundle][TwigBundle] Remove options session.sid_length session.sid_bits_per_character router.cache_dir validation.cache and base_template_class
1 parent 9700e45 commit c0b9da3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Tests/Fixtures/App/Kernel.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,8 @@ protected function configureRoutes(RoutingConfigurator $routes): void
4747
protected function configureContainer(ContainerConfigurator $container): void
4848
{
4949
$container->extension('framework', [
50-
'router' => ['utf8' => true],
5150
'secret' => 'for your eyes only',
5251
'test' => true,
53-
'annotations' => false,
54-
'http_method_override' => false,
55-
'handle_all_throwables' => true,
56-
'php_errors' => ['log' => true],
5752
]);
5853

5954
$container->services()

0 commit comments

Comments
 (0)