File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -440,7 +440,6 @@ public function testSession()
440
440
$ this ->assertEquals ('fr ' , $ container ->getParameter ('kernel.default_locale ' ));
441
441
$ this ->assertEquals ('session.storage.native ' , (string ) $ container ->getAlias ('session.storage ' ));
442
442
$ this ->assertEquals ('session.handler.native_file ' , (string ) $ container ->getAlias ('session.handler ' ));
443
- $ this ->assertEquals ('session.handler ' , (string ) $ container ->getAlias ('SessionHandlerInterface ' ));
444
443
445
444
$ options = $ container ->getParameter ('session.storage.options ' );
446
445
$ this ->assertEquals ('_SYMFONY ' , $ options ['name ' ]);
@@ -464,6 +463,7 @@ public function testNullSessionHandler()
464
463
$ this ->assertTrue ($ container ->hasDefinition ('session ' ), '->registerSessionConfiguration() loads session.xml ' );
465
464
$ this ->assertNull ($ container ->getDefinition ('session.storage.native ' )->getArgument (1 ));
466
465
$ this ->assertNull ($ container ->getDefinition ('session.storage.php_bridge ' )->getArgument (0 ));
466
+ $ this ->assertEquals ('session.handler.native_file ' , (string ) $ container ->getAlias ('session.handler ' ));
467
467
}
468
468
469
469
public function testRequest ()
You can’t perform that action at this time.
0 commit comments