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

Inheritance: extends lithium\test\Integration
Afficher le fichier Open project: unionofrad/lithium

Méthodes publiques

Свойство Type Description
$redis

Protected Properties

Свойство Type Description
$_redis

Méthodes publiques

Méthode 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 méthode

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

setUp() public méthode

public setUp ( )

skip() public méthode

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

tearDown() public méthode

public tearDown ( )

testClear() public méthode

public testClear ( )

testDecrement() public méthode

public testDecrement ( )

testDecrementNonIntegerValue() public méthode

testDecrementWithScope() public méthode

testDelete() public méthode

public testDelete ( )

testDeleteNonExistentKey() public méthode

testDeleteWithScope() public méthode

public testDeleteWithScope ( )

testEnabled() public méthode

public testEnabled ( )

testHostPort() public méthode

public testHostPort ( )

testHostSocket() public méthode

public testHostSocket ( )

testIncrement() public méthode

public testIncrement ( )

testIncrementNonIntegerValue() public méthode

testIncrementWithScope() public méthode

testInit() public méthode

public testInit ( )

testMethodDispatch() public méthode

public testMethodDispatch ( )

testMultiRead() public méthode

public testMultiRead ( )

testMultiWrite() public méthode

public testMultiWrite ( )

testReadKeyThatDoesNotExist() public méthode

testReadWithScope() public méthode

public testReadWithScope ( )

testRespondsTo() public méthode

public testRespondsTo ( )

testRespondsToParentCall() public méthode

testSimpleRead() public méthode

public testSimpleRead ( )

testSimpleWrite() public méthode

public testSimpleWrite ( )

testWriteAndReadNull() public méthode

testWriteAndReadNullMulti() public méthode

testWriteExpiryDefault() public méthode

testWriteExpiryExpires() public méthode

testWriteExpiryTtl() public méthode

public testWriteExpiryTtl ( )

testWriteNoExpiry() public méthode

public testWriteNoExpiry ( )

testWriteReadAndDeleteRoundtrip() public méthode

testWriteWithScope() public méthode

public testWriteWithScope ( )

Property Details

$_redis protected_oe property

protected $_redis

$redis public_oe property

public $redis