PHP Class ImboIntegrationTest\EventListener\ImageVariations\Database\DoctrineTest

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

Public Methods

Method Description
setUp ( ) Make sure we have the PDO and pdo_sqlite extension available and create a new in-memory table for every test
tearDown ( ) Clean up after each run

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 PDO and pdo_sqlite extension available and create a new in-memory table for every test
public setUp ( )

tearDown() public method

Clean up after each run
public tearDown ( )