8000 Make test.session.listener compatible with SF 6.0 SessionListener · symfony/symfony@0943685 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0943685

Browse files
committed
Make test.session.listener compatible with SF 6.0 SessionListener
1 parent 0d61de7 commit 0943685

File tree

1 file changed

+1
-0
lines changed
  • src/Symfony/Bundle/FrameworkBundle/Resources/config

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/config/test.php

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
->args([
4040
service_locator([
4141
'session' => service('.session.do-not-use')->ignoreOnInvalid(),
42+
'session_factory' => service('session.factory')->ignoreOnInvalid(),
4243
]),
4344
param('kernel.debug'),
4445
param('session.storage.options'),

0 commit comments

Comments
 (0)
0