PHP 클래스 ImboIntegrationTest\Storage\StorageTests

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: imbo/imbo 1 사용 예제들

공개 메소드들

메소드 설명
setUp ( ) Set up
tearDown ( ) Tear down
testCanCheckIfImageAlreadyExists ( )
testDeleteImageThatDoesNotExist ( )
testGetImageThatDoesNotExist ( )
testGetLastModified ( )
testGetLastModifiedOfImageThatDoesNotExist ( )
testStoreAndGetImage ( )
testStoreDeleteAndGetImage ( )
testStoreSameImageTwice ( )

보호된 메소드들

메소드 설명
getDriver ( ) : Imbo\Storage\StorageInterface Get the driver we want to test
getDriverActive ( ) : string Get the currently instanced, active driver in inherited tests
getUser ( ) : string Get the user name in inherited tests

메소드 상세

getDriver() 추상적인 보호된 메소드

Get the driver we want to test
abstract protected getDriver ( ) : Imbo\Storage\StorageInterface
리턴 Imbo\Storage\StorageInterface

getDriverActive() 보호된 메소드

Get the currently instanced, active driver in inherited tests
protected getDriverActive ( ) : string
리턴 string

getUser() 보호된 메소드

Get the user name in inherited tests
protected getUser ( ) : string
리턴 string

setUp() 공개 메소드

Set up
public setUp ( )

tearDown() 공개 메소드

Tear down
public tearDown ( )

testCanCheckIfImageAlreadyExists() 공개 메소드

testDeleteImageThatDoesNotExist() 공개 메소드

testGetImageThatDoesNotExist() 공개 메소드

testGetLastModified() 공개 메소드

public testGetLastModified ( )

testGetLastModifiedOfImageThatDoesNotExist() 공개 메소드

testStoreAndGetImage() 공개 메소드

testStoreDeleteAndGetImage() 공개 메소드

testStoreSameImageTwice() 공개 메소드