PHP Class Symfony\Component\HttpKernel\Tests\EventListener\TestSessionListenerTest

Tests SessionListener.
Author: Bulat Shakirzyanov ([email protected])
Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: symfony/symfony

Public Methods

Method Description
testDoesNotDeleteCookieIfUsingSessionLifetime ( )
testShouldNotSaveSubRequestSession ( )
testShouldSaveMasterRequestSession ( )
testUnstartedSessionIsNotSave ( )

Protected Methods

Method Description
setUp ( )

Private Methods

Method Description
filterResponse ( Request $request, $type = HttpKernelInterface::MASTER_REQUEST )
getSession ( )
sessionHasBeenStarted ( )
sessionHasNotBeenStarted ( )
sessionMustBeSaved ( )
sessionMustNotBeSaved ( )

Method Details

setUp() protected method

protected setUp ( )

testDoesNotDeleteCookieIfUsingSessionLifetime() public method

testShouldNotSaveSubRequestSession() public method

testShouldSaveMasterRequestSession() public method

testUnstartedSessionIsNotSave() public method