PHP Class lithium\tests\cases\storage\session\adapter\PhpTest

Inheritance: extends lithium\test\Unit
Datei anzeigen Open project: unionofrad/lithium

Public Methods

Method Description
setUp ( )
tearDown ( )
testCheck ( )
testCheckThrowException ( )
testClear ( ) Checks if erasing the whole session array works as expected.
testCustomConfiguration ( )
testDelete ( )
testDeleteThrowException ( )
testEnabled ( )
testInit ( )
testIsStarted ( )
testIsStartedNoInit ( )
testKey ( )
testRead ( )
testReadDotSyntax ( )
testReadThrowException ( )
testWrite ( )
testWriteDotSyntax ( )
testWriteThrowException ( )

Protected Methods

Method Description
_destroySession ( $name = null )

Method Details

_destroySession() protected method

protected _destroySession ( $name = null )

setUp() public method

public setUp ( )

tearDown() public method

public tearDown ( )

testCheck() public method

public testCheck ( )

testCheckThrowException() public method

testClear() public method

Checks if erasing the whole session array works as expected.
public testClear ( )

testCustomConfiguration() public method

testDelete() public method

public testDelete ( )

testDeleteThrowException() public method

testEnabled() public method

public testEnabled ( )

testInit() public method

public testInit ( )

testIsStarted() public method

public testIsStarted ( )

testIsStartedNoInit() public method

public testIsStartedNoInit ( )

testKey() public method

public testKey ( )

testRead() public method

public testRead ( )

testReadDotSyntax() public method

public testReadDotSyntax ( )

testReadThrowException() public method

testWrite() public method

public testWrite ( )

testWriteDotSyntax() public method

public testWriteDotSyntax ( )

testWriteThrowException() public method