PHP Class lithium\tests\integration\storage\cache\adapter\RedisTest

Inheritance: extends lithium\test\Integration
Datei anzeigen Open project: unionofrad/lithium

Public Properties

Property Type Description
$redis

Protected Properties

Property Type Description
$_redis

Public Methods

Method Description
__construct ( array $config = [] )
setUp ( )
skip ( ) Skip the test if the Redis extension is unavailable.
tearDown ( )
testClear ( )
testDecrement ( )
testDecrementNonIntegerValue ( )
testDecrementWithScope ( )
testDelete ( )
testDeleteNonExistentKey ( )
testDeleteWithScope ( )
testEnabled ( )
testHostPort ( )
testHostSocket ( )
testIncrement ( )
testIncrementNonIntegerValue ( )
testIncrementWithScope ( )
testInit ( )
testMethodDispatch ( )
testMultiRead ( )
testMultiWrite ( )
testReadKeyThatDoesNotExist ( )
testReadWithScope ( )
testRespondsTo ( )
testRespondsToParentCall ( )
testSimpleRead ( )
testSimpleWrite ( )
testWriteAndReadNull ( )
testWriteAndReadNullMulti ( )
testWriteExpiryDefault ( )
testWriteExpiryExpires ( )
testWriteExpiryTtl ( )
testWriteNoExpiry ( )
testWriteReadAndDeleteRoundtrip ( )
testWriteWithScope ( )

Method Details

__construct() public method

public __construct ( array $config = [] )
$config array

setUp() public method

public setUp ( )

skip() public method

Skip the test if the Redis extension is unavailable.
public skip ( )

tearDown() public method

public tearDown ( )

testClear() public method

public testClear ( )

testDecrement() public method

public testDecrement ( )

testDecrementNonIntegerValue() public method

testDecrementWithScope() public method

testDelete() public method

public testDelete ( )

testDeleteNonExistentKey() public method

testDeleteWithScope() public method

public testDeleteWithScope ( )

testEnabled() public method

public testEnabled ( )

testHostPort() public method

public testHostPort ( )

testHostSocket() public method

public testHostSocket ( )

testIncrement() public method

public testIncrement ( )

testIncrementNonIntegerValue() public method

testIncrementWithScope() public method

testInit() public method

public testInit ( )

testMethodDispatch() public method

public testMethodDispatch ( )

testMultiRead() public method

public testMultiRead ( )

testMultiWrite() public method

public testMultiWrite ( )

testReadKeyThatDoesNotExist() public method

testReadWithScope() public method

public testReadWithScope ( )

testRespondsTo() public method

public testRespondsTo ( )

testRespondsToParentCall() public method

testSimpleRead() public method

public testSimpleRead ( )

testSimpleWrite() public method

public testSimpleWrite ( )

testWriteAndReadNull() public method

testWriteAndReadNullMulti() public method

testWriteExpiryDefault() public method

testWriteExpiryExpires() public method

testWriteExpiryTtl() public method

public testWriteExpiryTtl ( )

testWriteNoExpiry() public method

public testWriteNoExpiry ( )

testWriteReadAndDeleteRoundtrip() public method

testWriteWithScope() public method

public testWriteWithScope ( )

Property Details

$_redis protected_oe property

protected $_redis

$redis public_oe property

public $redis