PHP Class Phalcon\Test\Cache\Backend\AerospikeTest

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

Protected Properties

Property Type Description
$keys
$tester UnitTester UnitTester Object

Public Methods

Method Description
testShouldDecrementValue ( )
testShouldDeleteData ( )
testShouldGetAerospikeInstance ( )
testShouldGetKeys ( )
testShouldIncrementValue ( )
testShouldSaveData ( )
testShouldThrowExceptionIfCacheIsNotStarted ( )
testShouldUseOutputFrontend ( )

Protected Methods

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

Private Methods

Method Description
buildKey ( Aerospike $aerospike, $key )
cleanup ( )
getAdapter ( $lifetime = 20 )
getConfig ( )

Method Details

_after() protected method

executed after each test
protected _after ( )

_before() protected method

executed before each test
protected _before ( )

testShouldDecrementValue() public method

testShouldDeleteData() public method

testShouldGetAerospikeInstance() public method

testShouldGetKeys() public method

public testShouldGetKeys ( )

testShouldIncrementValue() public method

testShouldSaveData() public method

public testShouldSaveData ( )

testShouldThrowExceptionIfCacheIsNotStarted() public method

testShouldUseOutputFrontend() public method

Property Details

$keys protected_oe property

protected $keys

$tester protected_oe property

UnitTester Object
protected UnitTester $tester
return UnitTester