PHP Class PhpBench\Extensions\Dbal\Tests\Functional\Storage\Driver\Dbal\PeristerTest

Show file Open project: dantleech/phpbench

Public Methods

Method Description
setUp ( )
tearDown ( )
testPersist ( ) The persister should persist the collection to an Dbal database.
testPhpBenchVersion ( ) The PHPBench version should be stored in the database.

Method Details

setUp() public method

public setUp ( )

tearDown() public method

public tearDown ( )

testPersist() public method

The loader should load the collection from an Dbal database. The collection retrieved from the loader should be equal to the collection passed to the persister.
public testPersist ( )

testPhpBenchVersion() public method

The PHPBench version should be stored in the database.
public testPhpBenchVersion ( )