PHP Class ImboIntegrationTest\EventListener\ImageVariations\Database\DoctrineTest

Inheritance: extends ImboIntegrationTest\EventListener\ImageVariations\Database\DatabaseTests
Afficher le fichier Open project: imbo/imbo

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
getAdapter ( )

Method Details

getAdapter() protected méthode

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

setUp() public méthode

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 méthode

Clean up after each run
public tearDown ( )