PHP Class ImboIntegrationTest\EventListener\ImageVariations\Storage\DoctrineTest

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

Public Methods

Method Description
setUp ( ) Make sure we have the PDO and pdo_sqlite extension loaded, and Doctrine is installed
tearDown ( ) Reset PDO instance after each test

Protected Methods

Method Description
getAdapter ( )

Method Details

getAdapter() protected method

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

setUp() public method

Make sure we have the PDO and pdo_sqlite extension loaded, and Doctrine is installed
public setUp ( )

tearDown() public method

Reset PDO instance after each test
public tearDown ( )