PHP Class Neos\Flow\Tests\Unit\Session\TransientSessionTest

Inheritance: extends Neos\Flow\Tests\UnitTestCase
Show file Open project: neos/flow-development-collection

Public Methods

Method Description
aSessionIdIsGeneratedOnStartingTheSession ( )
allSessionDataCanBeFlushedByCallingDestroy ( )
hasKeyReturnsTrueOrFalseAccordingToAvailableKeys ( )
stringsCanBeStoredByCallingPutData ( )
theTransientSessionImplementsTheSessionInterface ( )
tryingToGetTheSessionIdWithoutStartingTheSessionThrowsAnException ( )

Method Details

aSessionIdIsGeneratedOnStartingTheSession() public method

allSessionDataCanBeFlushedByCallingDestroy() public method

hasKeyReturnsTrueOrFalseAccordingToAvailableKeys() public method

stringsCanBeStoredByCallingPutData() public method

theTransientSessionImplementsTheSessionInterface() public method

tryingToGetTheSessionIdWithoutStartingTheSessionThrowsAnException() public method