PHP Class ImboIntegrationTest\Storage\FilesystemTest

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

Public Methods

Method Description
setUp ( )
tearDown ( )
testStoringEmptyDataFails ( )

Protected Methods

Method Description
getDriver ( )

Private Methods

Method Description
rmdir ( string $path ) Recursively delete the test directory

Method Details

getDriver() protected method

See also: ImboIntegrationTest\Storage\StorageTests::getDriver()
protected getDriver ( )

setUp() public method

public setUp ( )

tearDown() public method

public tearDown ( )

testStoringEmptyDataFails() public method