PHP Class ImboUnitTest\Storage\GridFSTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: imbo/imbo

Public Methods

Method Description
setUp ( ) Set up the driver
tearDown ( ) Tear down the driver
testDeleteFile ( )
testDeleteFileThatDoesNotExist ( )
testGetImage ( )
testGetImageThatDoesNotExist ( )
testGetLastModified ( )
testGetLastModifiedWhenImageDoesNotExist ( )
testGetStatusWhenMongoIsConnectable ( )
testGetStatusWhenMongoIsNotConnectable ( )
testStore ( )

Method Details

setUp() public method

Set up the driver
public setUp ( )

tearDown() public method

Tear down the driver
public tearDown ( )

testDeleteFile() public method

public testDeleteFile ( )

testDeleteFileThatDoesNotExist() public method

testGetImage() public method

public testGetImage ( )

testGetImageThatDoesNotExist() public method

testGetLastModified() public method

public testGetLastModified ( )

testGetLastModifiedWhenImageDoesNotExist() public method

testGetStatusWhenMongoIsConnectable() public method

testGetStatusWhenMongoIsNotConnectable() public method

testStore() public method

public testStore ( )