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

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

Protected Properties

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

Méthodes publiques

Méthode Description
setUp ( )
skip ( ) Skip the test if the adapter is enabled. If it is not it means the libmemcached extension is unavailable. Also checks for a running Memcached server.
tearDown ( )
testClear ( )
testDecrement ( )
testDecrementNonIntegerValue ( )
testDecrementWithScope ( )
testDelete ( )
testDeleteNonExistentKey ( )
testDeleteWithScope ( )
testDeprecatedConnectionSettings ( )
testEnabled ( )
testIncrement ( )
testIncrementNonIntegerValue ( )
testIncrementWithScope ( )
testMultiServerConnectionSettings ( )
testReadKeyThatDoesNotExist ( )
testReadMulti ( )
testReadWithScope ( )
testRespondsTo ( )
testRespondsToParentCall ( )
testSimpleConnectionSettings ( )
testSimpleRead ( )
testSimpleWrite ( )
testWriteAndReadNull ( )
testWriteAndReadNullMulti ( )
testWriteExpiryDefault ( )
testWriteExpiryExpires ( )
testWriteExpiryTtl ( )
testWriteMulti ( )
testWriteNoExpiry ( )
testWriteReadAndDeleteRoundtrip ( )
testWriteWithScope ( )

Method Details

setUp() public méthode

public setUp ( )

skip() public méthode

Skip the test if the adapter is enabled. If it is not it means the libmemcached extension is unavailable. Also checks for a running Memcached server.
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 ( )

testDeprecatedConnectionSettings() public méthode

testEnabled() public méthode

public testEnabled ( )

testIncrement() public méthode

public testIncrement ( )

testIncrementNonIntegerValue() public méthode

testIncrementWithScope() public méthode

testMultiServerConnectionSettings() public méthode

testReadKeyThatDoesNotExist() public méthode

testReadMulti() public méthode

public testReadMulti ( )

testReadWithScope() public méthode

public testReadWithScope ( )

testRespondsTo() public méthode

public testRespondsTo ( )

testRespondsToParentCall() public méthode

testSimpleConnectionSettings() 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 ( )

testWriteMulti() public méthode

public testWriteMulti ( )

testWriteNoExpiry() public méthode

public testWriteNoExpiry ( )

testWriteReadAndDeleteRoundtrip() public méthode

testWriteWithScope() public méthode

public testWriteWithScope ( )

Property Details

$_conn protected_oe property

protected $_conn