PHP 클래스 lithium\tests\cases\storage\cache\adapter\FileTest

상속: extends lithium\test\Unit
파일 보기 프로젝트 열기: unionofrad/lithium

보호된 프로퍼티들

프로퍼티 타입 설명
$_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.

공개 메소드들

메소드 설명
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 ( )

메소드 상세

setUp() 공개 메소드

public setUp ( )

skip() 공개 메소드

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

tearDown() 공개 메소드

public tearDown ( )

testClean() 공개 메소드

public testClean ( )

testClear() 공개 메소드

public testClear ( )

testDecrement() 공개 메소드

public testDecrement ( )

testDecrementNotExistent() 공개 메소드

testDecrementWithScope() 공개 메소드

testDelete() 공개 메소드

public testDelete ( )

testDeleteWithScope() 공개 메소드

public testDeleteWithScope ( )

testEnabled() 공개 메소드

public testEnabled ( )

testExpiredRead() 공개 메소드

public testExpiredRead ( )

testIncrement() 공개 메소드

public testIncrement ( )

testIncrementNotExistent() 공개 메소드

testIncrementWithScope() 공개 메소드

testRead() 공개 메소드

public testRead ( )

testReadKeyThatDoesNotExist() 공개 메소드

testReadMulti() 공개 메소드

public testReadMulti ( )

testReadWithScope() 공개 메소드

public testReadWithScope ( )

testWrite() 공개 메소드

public testWrite ( )

testWriteAndReadNull() 공개 메소드

testWriteAndReadNullMulti() 공개 메소드

testWriteExpiryDefault() 공개 메소드

testWriteExpiryExpires() 공개 메소드

testWriteExpiryTtl() 공개 메소드

public testWriteExpiryTtl ( )

testWriteMulti() 공개 메소드

public testWriteMulti ( )

testWriteNoExpiry() 공개 메소드

public testWriteNoExpiry ( )

testWriteWithScope() 공개 메소드

public testWriteWithScope ( )

프로퍼티 상세

$_hasEmpty 보호되어 있는 프로퍼티

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
리턴 string