Свойство | Тип | Описание | |
---|---|---|---|
$filename | string | where will we write our report to? | |
$silentActivity | boolean | are we running totally silently? | |
$testcase | array | JUnit testcase maps to the phase groups | |
$testsuite | array | JUnit testsuite maps to the whole story |
Метод | Описание | |
---|---|---|
__construct ( $args ) | ||
endPhase ( $phase, $phaseResult ) : void | called when a story ends a phase | |
endPhaseGroup ( PhaseGroup_Result $result ) : void | called when we end a set of phases | |
endStoryplayer ( float $duration ) : void | called when storyplayer ends | |
logCliError ( string $msg ) : void | called when the outer CLI shell encounters a fatal error | |
logCliErrorWithException ( string $msg, Exception $e ) : void | ||
logCliInfo ( string $msg ) : void | called when the outer CLI shell needs to tell the user something | |
logCliWarning ( string $msg ) : void | called when the outer CLI shell needs to publish a warning | |
logPhaseActivity ( string $msg, $codeLine = null ) : void | called when a story logs an action | |
logPhaseCodeLine ( $codeLine ) | ||
logPhaseError ( string $phaseName, string $msg ) : void | called when a story logs an error | |
logPhaseSkipped ( string $phaseName, string $msg ) : void | called when a story is skipped | |
logPhaseSubprocessOutput ( string $msg ) : void | called when a story logs the (possibly partial) output from running a subprocess | |
logVardump ( string $name, mixed $var ) : void | an alternative to using PHP's built-in var_dump() | |
resetSilentMode ( ) | ||
setSilentMode ( ) | ||
startPhase ( $phase ) : void | called when a story starts a new phase | |
startPhaseGroup ( $activity, string $name ) : void | called when we start a new set of phases | |
startStoryplayer ( string $version, string $url, string $copyright, string $license ) : void | called when storyplayer starts |
public endPhaseGroup ( PhaseGroup_Result $result ) : void | ||
$result | PhaseGroup_Result | |
Результат | void |
public endStoryplayer ( float $duration ) : void | ||
$duration | float | duration in seconds |
Результат | void |
public logCliError ( string $msg ) : void | ||
$msg | string | the error message to show the user |
Результат | void |
public logCliErrorWithException ( string $msg, Exception $e ) : void | ||
$msg | string | |
$e | Exception | |
Результат | void |
public logCliInfo ( string $msg ) : void | ||
$msg | string | the message to show the user |
Результат | void |
public logCliWarning ( string $msg ) : void | ||
$msg | string | the warning message to show the user |
Результат | void |
public logPhaseActivity ( string $msg, $codeLine = null ) : void | ||
$msg | string | |
Результат | void |
public logPhaseSubprocessOutput ( string $msg ) : void | ||
$msg | string | the output to log |
Результат | void |
public startPhase ( $phase ) : void | ||
Результат | void |
public startPhaseGroup ( $activity, string $name ) : void | ||
$name | string | |
Результат | void |
protected string $filename | ||
Результат | string |
protected bool $silentActivity | ||
Результат | boolean |
protected array $testcase | ||
Результат | array |
protected array $testsuite | ||
Результат | array |