PHP Class lithium\tests\cases\storage\cache\adapter\FileTest

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

Protected Properties

Свойство Type Description
$_hasEmpty string Checks whether the 'empty' file exists in resources/tmp/cache and, if so, ensures that it is restored at the end of the testing cycle.

Méthodes publiques

Méthode Description
setUp ( )
skip ( ) Skip the test if the default File adapter read/write path is not read/write-able.
tearDown ( )
testClean ( )
testClear ( )
testDecrement ( )
testDecrementNotExistent ( )
testDecrementWithScope ( )
testDelete ( )
testDeleteWithScope ( )
testEnabled ( )
testExpiredRead ( )
testIncrement ( )
testIncrementNotExistent ( )
testIncrementWithScope ( )
testRead ( )
testReadKeyThatDoesNotExist ( )
testReadMulti ( )
testReadWithScope ( )
testWrite ( )
testWriteAndReadNull ( )
testWriteAndReadNullMulti ( )
testWriteExpiryDefault ( )
testWriteExpiryExpires ( )
testWriteExpiryTtl ( )
testWriteMulti ( )
testWriteNoExpiry ( )
testWriteWithScope ( )

Method Details

setUp() public méthode

public setUp ( )

skip() public méthode

Skip the test if the default File adapter read/write path is not read/write-able.
public skip ( )

tearDown() public méthode

public tearDown ( )

testClean() public méthode

public testClean ( )

testClear() public méthode

public testClear ( )

testDecrement() public méthode

public testDecrement ( )

testDecrementNotExistent() public méthode

testDecrementWithScope() public méthode

testDelete() public méthode

public testDelete ( )

testDeleteWithScope() public méthode

public testDeleteWithScope ( )

testEnabled() public méthode

public testEnabled ( )

testExpiredRead() public méthode

public testExpiredRead ( )

testIncrement() public méthode

public testIncrement ( )

testIncrementNotExistent() public méthode

testIncrementWithScope() public méthode

testRead() public méthode

public testRead ( )

testReadKeyThatDoesNotExist() public méthode

testReadMulti() public méthode

public testReadMulti ( )

testReadWithScope() public méthode

public testReadWithScope ( )

testWrite() public méthode

public testWrite ( )

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

testWriteWithScope() public méthode

public testWriteWithScope ( )

Property Details

$_hasEmpty protected_oe property

Checks whether the 'empty' file exists in resources/tmp/cache and, if so, ensures that it is restored at the end of the testing cycle.
protected string $_hasEmpty
Résultat string