PHP Class ImboUnitTest\Storage\FilesystemTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: imbo/imbo

Public Methods

Method Description
setUp ( ) Setup method
testDelete ( )
testDeleteFileThatDoesNotExist ( )
testGetImage ( )
testGetImageFileThatDoesNotExist ( )
testGetImagePath ( )
testGetLastModified ( )
testGetLastModifiedWithFileThatDoesNotExist ( )
testGetStatusWhenBaseDirIsNotWritable ( )
testGetStatusWhenBaseDirIsWritable ( )
testStore ( )
testStoreToUnwritablePath ( )

Method Details

setUp() public method

Setup method
public setUp ( )

testDelete() public method

public testDelete ( )

testDeleteFileThatDoesNotExist() public method

testGetImage() public method

public testGetImage ( )

testGetImageFileThatDoesNotExist() public method

testGetImagePath() public method

public testGetImagePath ( )

testGetLastModified() public method

public testGetLastModified ( )

testGetLastModifiedWithFileThatDoesNotExist() public method

testGetStatusWhenBaseDirIsNotWritable() public method

testGetStatusWhenBaseDirIsWritable() public method

testStore() public method

public testStore ( )

testStoreToUnwritablePath() public method