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

Show file Open project: dantleech/phpbench

Public Methods

Method Description
setUp ( )
testDelete ( ) It should delete a specified run and all of its relations.
testHasRun ( ) It can determine if run exists.
testHistoryStatement ( ) It should return the history statement.
testLastestSuiteUuid ( ) It should retrieve the latest suite UUID.
testParameters ( ) It should get parameters.

Private Methods

Method Description
getTableCounts ( )

Method Details

setUp() public method

public setUp ( )

testDelete() public method

It should delete a specified run and all of its relations.
public testDelete ( )

testHasRun() public method

It can determine if run exists.
public testHasRun ( )

testHistoryStatement() public method

It should return the history statement.

testLastestSuiteUuid() public method

It should retrieve the latest suite UUID.

testParameters() public method

It should get parameters.
public testParameters ( )