PHP Class Snc\RedisBundle\Tests\Session\Storage\Handler\RedisSessionHandlerTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: snc/SncRedisBundle

Public Methods

Method Description
testDeletingSessionData ( )
testSessionLocking ( )
testSessionReading ( )
testWritingSessionDataWithExpiration ( )
testWritingSessionDataWithNoExpiration ( )

Protected Methods

Method Description
setUp ( )
tearDown ( )

Method Details

setUp() protected method

protected setUp ( )

tearDown() protected method

protected tearDown ( )

testDeletingSessionData() public method

testSessionLocking() public method

public testSessionLocking ( )

testSessionReading() public method

public testSessionReading ( )

testWritingSessionDataWithExpiration() public method

testWritingSessionDataWithNoExpiration() public method