PHP Class Phalcon\Test\Unit\Session\Adapter\LibmemcacheTest

Author: Andres Gutierrez ([email protected])
Author: Nikolaos Dimopoulos ([email protected])
Inheritance: extends Phalcon\Test\Module\UnitTest
Show file Open project: phalcon/cphalcon

Public Methods

Method Description
_before ( ) executed before each test
testDestroySession ( ) Tests the destroy
testReadAndWriteSession ( ) Tests read and write

Method Details

_before() public method

executed before each test
public _before ( )

testDestroySession() public method

Tests the destroy
Since: 2015-07-17
Author: Sid Roberts ([email protected])
public testDestroySession ( )

testReadAndWriteSession() public method

Tests read and write
Since: 2015-07-17
Author: Sid Roberts ([email protected])