PHP Class PhpBench\Tests\Benchmark\BenchmarkFinderTest

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

Public Methods

Method Description
setUp ( )
testBuildCollection ( ) It should return a collection of all found bench benchmarks.
testNoSubjects ( ) It should skip benchmarks that have no subjects.
testSpecificBenchmark ( ) It should run a specified benchmark.

Method Details

setUp() public method

public setUp ( )

testBuildCollection() public method

It should not instantiate abstract classes.
public testBuildCollection ( )

testNoSubjects() public method

It should skip benchmarks that have no subjects.
public testNoSubjects ( )

testSpecificBenchmark() public method

It should not run other benchmarks.