PHP Class PhpBench\Tests\Unit\Storage\Driver\DbalDriverTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: dantleech/phpbench

Public Methods

Method Description
setUp ( )
testFetchNonExisting ( ) It should throw an exception if getting a non-existant run.
testHistory ( ) It should return a history iterator.
testQuery ( ) It should return a SuiteCollection for a given query.
testStore ( ) It should store a suite collection.

Method Details

setUp() public method

public setUp ( )

testFetchNonExisting() public method

It should throw an exception if getting a non-existant run.

testHistory() public method

It should return a history iterator.
public testHistory ( )

testQuery() public method

It should return a SuiteCollection for a given query.
public testQuery ( )

testStore() public method

It should store a suite collection.
public testStore ( )