PHP Class PhpBench\Tests\Unit\Progress\Logger\PhpBenchLoggerTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: dantleech/phpbench Class Usage Examples

Protected Properties

Property Type Description
$benchmark
$document
$logger
$output
$parameterSet
$stats
$subject
$variant

Public Methods

Method Description
getLogger ( )
setUp ( )
testEndSuite ( ) It should show a summary at the end of the suite.
testEndSuiteErrors ( ) It should show errors.
testStart ( ) It should show the PHPBench version.

Private Methods

Method Description
setUpSummary ( )

Method Details

getLogger() abstract public method

abstract public getLogger ( )

setUp() public method

public setUp ( )

testEndSuite() public method

It should show a summary at the end of the suite.
public testEndSuite ( )

testEndSuiteErrors() public method

It should show errors.
public testEndSuiteErrors ( )

testStart() public method

It should show the PHPBench version.
public testStart ( )

Property Details

$benchmark protected property

protected $benchmark

$document protected property

protected $document

$logger protected property

protected $logger

$output protected property

protected $output

$parameterSet protected property

protected $parameterSet

$stats protected property

protected $stats

$subject protected property

protected $subject

$variant protected property

protected $variant