PHP 클래스 PhpBench\Tests\Unit\Storage\Driver\DbalDriverTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: dantleech/phpbench

공개 메소드들

메소드 설명
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.

메소드 상세

setUp() 공개 메소드

public setUp ( )

testFetchNonExisting() 공개 메소드

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

testHistory() 공개 메소드

It should return a history iterator.
public testHistory ( )

testQuery() 공개 메소드

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

testStore() 공개 메소드

It should store a suite collection.
public testStore ( )