PHP Class lithium\tests\cases\storage\SessionTest

Inheritance: extends lithium\test\Unit
Afficher le fichier Open project: unionofrad/lithium

Méthodes publiques

Méthode Description
setUp ( )
testConfigNoAdapters ( )
testEncryptedStrategy ( )
testHmacStrategyOnNonExistKey ( )
testKey ( ) Tests querying session keys from the primary adapter.
testMultipleStrategies ( )
testNamedConfigurationReadWrite ( )
testReadFilter ( )
testSessionClear ( ) Tests clearing all session data from one or all adapters.
testSessionConfigReset ( )
testSessionInitialization ( )
testSessionKeyCheckAndDelete ( ) Tests deleting a session key from one or all adapters.
testSessionState ( )
testSessionStateReset ( )
testSessionStateResetNamed ( )
testSingleStoreReadWrite ( )
testStrategies ( )
testUnhandledWrite ( ) Tests a scenario where no session handler is available that matches the passed parameters.

Method Details

setUp() public méthode

public setUp ( )

testConfigNoAdapters() public méthode

testEncryptedStrategy() public méthode

testHmacStrategyOnNonExistKey() public méthode

testKey() public méthode

The memory adapter returns a UUID.
public testKey ( )

testMultipleStrategies() public méthode

testNamedConfigurationReadWrite() public méthode

testReadFilter() public méthode

public testReadFilter ( )

testSessionClear() public méthode

Tests clearing all session data from one or all adapters.
public testSessionClear ( )

testSessionConfigReset() public méthode

testSessionInitialization() public méthode

testSessionKeyCheckAndDelete() public méthode

Tests deleting a session key from one or all adapters.

testSessionState() public méthode

public testSessionState ( )

testSessionStateReset() public méthode

testSessionStateResetNamed() public méthode

testSingleStoreReadWrite() public méthode

testStrategies() public méthode

public testStrategies ( )

testUnhandledWrite() public méthode

Tests a scenario where no session handler is available that matches the passed parameters.
public testUnhandledWrite ( )