PHP Class PhpBench\Tests\System\ReportOutputTest

./bin/phpbench run examples/HashBench.php --filter=benchMd5 --report=aggregate --dump-file=tests/System/results/report1.xml --iterations=1
Inheritance: extends SystemTestCase
Show file Open project: dantleech/phpbench

Public Methods

Method Description
provideOutputDelimited ( )
setUp ( )
testOutputDelimited ( $reportName )
testOutputHtml ( ) It should generate a HTML report.
testOutputMarkdown ( ) It should generate a markdown report.

Private Methods

Method Description
assertGeneratedContents ( $output, $name )

Method Details

provideOutputDelimited() public method

setUp() public method

public setUp ( )

testOutputDelimited() public method

public testOutputDelimited ( $reportName )

testOutputHtml() public method

It should generate a HTML report.
public testOutputHtml ( )

testOutputMarkdown() public method

It should generate a markdown report.
public testOutputMarkdown ( )