PHP 클래스 PhpBench\Tests\Unit\Progress\Logger\PhpBenchLoggerTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: dantleech/phpbench 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$benchmark
$document
$logger
$output
$parameterSet
$stats
$subject
$variant

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
setUpSummary ( )

메소드 상세

getLogger() 추상적인 공개 메소드

abstract public getLogger ( )

setUp() 공개 메소드

public setUp ( )

testEndSuite() 공개 메소드

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

testEndSuiteErrors() 공개 메소드

It should show errors.
public testEndSuiteErrors ( )

testStart() 공개 메소드

It should show the PHPBench version.
public testStart ( )

프로퍼티 상세

$benchmark 보호되어 있는 프로퍼티

protected $benchmark

$document 보호되어 있는 프로퍼티

protected $document

$logger 보호되어 있는 프로퍼티

protected $logger

$output 보호되어 있는 프로퍼티

protected $output

$parameterSet 보호되어 있는 프로퍼티

protected $parameterSet

$stats 보호되어 있는 프로퍼티

protected $stats

$subject 보호되어 있는 프로퍼티

protected $subject

$variant 보호되어 있는 프로퍼티

protected $variant