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

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: dantleech/phpbench Class Usage Examples

Protected Properties

Свойство Type Description
$benchmark
$document
$logger
$output
$parameterSet
$stats
$subject
$variant

Méthodes publiques

Méthode 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

Méthode Description
setUpSummary ( )

Method Details

getLogger() abstract public méthode

abstract public getLogger ( )

setUp() public méthode

public setUp ( )

testEndSuite() public méthode

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

testEndSuiteErrors() public méthode

It should show errors.
public testEndSuiteErrors ( )

testStart() public méthode

It should show the PHPBench version.
public testStart ( )

Property Details

$benchmark protected_oe property

protected $benchmark

$document protected_oe property

protected $document

$logger protected_oe property

protected $logger

$output protected_oe property

protected $output

$parameterSet protected_oe property

protected $parameterSet

$stats protected_oe property

protected $stats

$subject protected_oe property

protected $subject

$variant protected_oe property

protected $variant