PHP Class Phalcon\Test\Session\Adapter\AerospikeTest

Author: Serghei Iakovlev ([email protected])
Inheritance: extends Codeception\TestCase\Test
Show file Open project: phalcon/incubator

Protected Properties

Property Type Description
$keys
$ns
$set
$tester UnitTester UnitTester Object

Public Methods

Method Description
testShouldDestroySession ( )
testShouldReadSession ( )
testShouldWriteSession ( )

Protected Methods

Method Description
_after ( ) executed after each test
_before ( ) executed before each test

Private Methods

Method Description
buildKey ( Aerospike $aerospike, $key )
cleanup ( )
getConfig ( )

Method Details

_after() protected method

executed after each test
protected _after ( )

_before() protected method

executed before each test
protected _before ( )

testShouldDestroySession() public method

testShouldReadSession() public method

testShouldWriteSession() public method

Property Details

$keys protected property

protected $keys

$ns protected property

protected $ns

$set protected property

protected $set

$tester protected property

UnitTester Object
protected UnitTester $tester
return UnitTester