PHP 클래스 ImboUnitTest\EventListener\ImageTransformationCacheTest

상속: extends ImboUnitTest\EventListener\ListenerTests
파일 보기 프로젝트 열기: imbo/imbo

공개 메소드들

메소드 설명
setUp ( ) Set up the listener
tearDown ( ) Tear down the listener
testAddsCorrectResponseHeaderOnCacheMiss ( )
testCanDeleteAllImageVariationsFromCache ( )
testChangesTheImageInstanceOnCacheHit ( )
testDoesNotStoreIfCachedVersionAlreadyExists ( )
testDoesNotStoreNonImageModelsInTheCache ( )
testDoesNotTriggerWarningIfCachePathDoesNotExistAndParentIsWritable ( )
testRemovesCorruptCachedDataOnCacheHit ( )
testStoresImageInCache ( )
testThrowsAnExceptionWhenPathIsMissingFromTheParameters ( )
testThrowsExceptionWhenCacheDirIsNotWritable ( )

보호된 메소드들

메소드 설명
getListener ( )

메소드 상세

getListener() 보호된 메소드

protected getListener ( )

setUp() 공개 메소드

Set up the listener
public setUp ( )

tearDown() 공개 메소드

Tear down the listener
public tearDown ( )

testAddsCorrectResponseHeaderOnCacheMiss() 공개 메소드

testCanDeleteAllImageVariationsFromCache() 공개 메소드

testChangesTheImageInstanceOnCacheHit() 공개 메소드

testDoesNotStoreIfCachedVersionAlreadyExists() 공개 메소드

testDoesNotStoreNonImageModelsInTheCache() 공개 메소드

testDoesNotTriggerWarningIfCachePathDoesNotExistAndParentIsWritable() 공개 메소드

testRemovesCorruptCachedDataOnCacheHit() 공개 메소드

testStoresImageInCache() 공개 메소드

testThrowsAnExceptionWhenPathIsMissingFromTheParameters() 공개 메소드

testThrowsExceptionWhenCacheDirIsNotWritable() 공개 메소드