PHP Class ImboIntegrationTest\EventListener\ImageVariations\Storage\FilesystemTest

Inheritance: extends ImboIntegrationTest\EventListener\ImageVariations\Storage\StorageTests
Show file Open project: imbo/imbo

Public Methods

Method Description
setUp ( ) Set up the directory for each test, ensuring it's empty
tearDown ( ) Clean up directory structure after each test

Protected Methods

Method Description
getAdapter ( )

Private Methods

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

Method Details

getAdapter() protected method

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

setUp() public method

Set up the directory for each test, ensuring it's empty
public setUp ( )

tearDown() public method

Clean up directory structure after each test
public tearDown ( )