Skip to content

Commit c2f6485

Browse files
committed
k
1 parent c1cf71d commit c2f6485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Fixtures/app/AppKernel.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ protected function configureContainer(ContainerBuilder $c, LoaderInterface $load
138138
'validation' => ['enable_annotations' => true],
139139
'serializer' => ['enable_annotations' => true],
140140
'test' => null,
141-
'session' => class_exists(SessionFactory::class) ? ['handler_id' => '~', 'storage_factory_id' => 'session.storage.factory.mock_file'] : ['storage_id' => 'session.storage.mock_file'],
141+
'session' => class_exists(SessionFactory::class) ? ['handler_id' => null, 'storage_factory_id' => 'session.storage.factory.mock_file'] : ['storage_id' => 'session.storage.mock_file'],
142142
'profiler' => [
143143
'enabled' => true,
144144
'collect' => false,

0 commit comments

Comments
 (0)