PHP Class ImboIntegrationTest\EventListener\ImageVariations\Database\MongoTest

Inheritance: extends ImboIntegrationTest\EventListener\ImageVariations\Database\DatabaseTests
Show file Open project: imbo/imbo

Public Methods

Method Description
setUp ( ) Make sure we have the mongo extension available and drop the test database just in case
tearDown ( ) Drop the test database after each test

Protected Methods

Method Description
getAdapter ( )

Method Details

getAdapter() protected method

See also: ImboIntegrationTest\EventListener\ImageVariations\Database\DatabaseTests::getAdapter()
protected getAdapter ( )

setUp() public method

Make sure we have the mongo extension available and drop the test database just in case
public setUp ( )

tearDown() public method

Drop the test database after each test
public tearDown ( )