PHP Класс PhpBench\Tests\Benchmark\BenchmarkFinderTest

Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

setUp() публичный Метод

public setUp ( )

testBuildCollection() публичный Метод

It should not instantiate abstract classes.
public testBuildCollection ( )

testNoSubjects() публичный Метод

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

testSpecificBenchmark() публичный Метод

It should not run other benchmarks.