PHP Class Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\MemcachedSessionHandlerTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: symfony/symfony

Protected Properties

Property Type Description
$memcached
$storage Symfony\Component\HttpFoundation\Session\Storage\Handler\MemcachedSessionHandler

Public Methods

Method Description
getOptionFixtures ( )
testCloseSession ( )
testDestroySession ( )
testGcSession ( )
testGetConnection ( )
testOpenSession ( )
testReadSession ( )
testSupportedOptions ( $options, $supported )
testWriteSession ( )

Protected Methods

Method Description
setUp ( )
tearDown ( )

Method Details

getOptionFixtures() public method

public getOptionFixtures ( )

setUp() protected method

protected setUp ( )

tearDown() protected method

protected tearDown ( )

testCloseSession() public method

public testCloseSession ( )

testDestroySession() public method

public testDestroySession ( )

testGcSession() public method

public testGcSession ( )

testGetConnection() public method

public testGetConnection ( )

testOpenSession() public method

public testOpenSession ( )

testReadSession() public method

public testReadSession ( )

testSupportedOptions() public method

public testSupportedOptions ( $options, $supported )

testWriteSession() public method

public testWriteSession ( )

Property Details

$memcached protected property

protected $memcached

$storage protected property

protected MemcachedSessionHandler,Symfony\Component\HttpFoundation\Session\Storage\Handler $storage
return Symfony\Component\HttpFoundation\Session\Storage\Handler\MemcachedSessionHandler