PHP 클래스 PHPUnit_Extensions_Story_ResultPrinter_HTML, qcodo

저자: Mattis Stordalen Flister ([email protected])
저자: Sebastian Bergmann ([email protected])
상속: extends PHPUnit_Extensions_Story_ResultPrinter
파일 보기 프로젝트 열기: qcodo/qcodo 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$id integer
$printsHTML boolean
$scenarios string
$templatePath string

공개 메소드들

메소드 설명
__construct ( mixed $out = NULL ) Constructor.

보호된 메소드들

메소드 설명
endRun ( ) Handler for 'end run' event.
onTest ( string $name, boolean $success = TRUE, array $steps = [] ) Handler for 'on test' event.
startClass ( string $name ) Handler for 'start class' event.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( mixed $out = NULL )
$out mixed

endRun() 보호된 메소드

Handler for 'end run' event.
protected endRun ( )

onTest() 보호된 메소드

Handler for 'on test' event.
protected onTest ( string $name, boolean $success = TRUE, array $steps = [] )
$name string
$success boolean
$steps array

startClass() 보호된 메소드

Handler for 'start class' event.
protected startClass ( string $name )
$name string

프로퍼티 상세

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

protected int $id
리턴 integer

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

protected bool $printsHTML
리턴 boolean

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

protected string $scenarios
리턴 string

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

protected string $templatePath
리턴 string