|
file-fetcher
|
Public Member Functions | |
| printResult (TestResult $result) | |
Public Member Functions inherited from PHPUnit\Util\TestDox\TestDoxPrinter | |
| __construct ($out=null, bool $verbose=false, string $colors=self::COLOR_DEFAULT, bool $debug=false, $numberOfColumns=80, bool $reverse=false) | |
| setOriginalExecutionOrder (array $order) | |
| setShowProgressAnimation (bool $showProgress) | |
| endTest (Test $test, float $time) | |
| addError (Test $test, \Throwable $t, float $time) | |
| addWarning (Test $test, Warning $e, float $time) | |
| addFailure (Test $test, AssertionFailedError $e, float $time) | |
| addIncompleteTest (Test $test, \Throwable $t, float $time) | |
| addRiskyTest (Test $test, \Throwable $t, float $time) | |
| addSkippedTest (Test $test, \Throwable $t, float $time) | |
| writeProgress (string $progress) | |
| flush () | |
Public Member Functions inherited from PHPUnit\TextUI\ResultPrinter | |
| startTestSuite (TestSuite $suite) | |
| endTestSuite (TestSuite $suite) | |
| startTest (Test $test) | |
Public Member Functions inherited from PHPUnit\Util\Printer | |
| __construct ($out=null) | |
| incrementalFlush () | |
| write (string $buffer) | |
| getAutoFlush () | |
| setAutoFlush (bool $autoFlush) | |
Public Member Functions inherited from PHPUnit\Framework\TestListener | |
| addWarning (Test $test, Warning $e, float $time) | |
Protected Member Functions | |
| printHeader (TestResult $result) | |
| formatClassName (Test $test) | |
| registerTestResult (Test $test, ?\Throwable $t, int $status, float $time, bool $verbose) | |
| formatTestName (Test $test) | |
| writeTestResult (array $prevResult, array $result) | |
| formatThrowable (\Throwable $t, ?int $status=null) | |
| colorizeMessageAndDiff (string $style, string $buffer) | |
| formatStacktrace (\Throwable $t) | |
| formatTestResultMessage (\Throwable $t, array $result, ?string $prefix=null) | |
| drawSpinner () | |
| undrawSpinner () | |
Protected Member Functions inherited from PHPUnit\Util\TestDox\TestDoxPrinter | |
| testHasPassed () | |
| flushOutputBuffer (bool $forceFlush=false) | |
| showSpinner () | |
| hideSpinner () | |
| getEmptyTestResult () | |
| getTestResultByName (?string $testName) | |
| formatTestResultMessage (\Throwable $t, array $result, string $prefix='│') | |
| prefixLines (string $prefix, string $message) | |
Protected Member Functions inherited from PHPUnit\TextUI\ResultPrinter | |
| printDefects (array $defects, string $type) | |
| printDefect (TestFailure $defect, int $count) | |
| printDefectHeader (TestFailure $defect, int $count) | |
| printDefectTrace (TestFailure $defect) | |
| printErrors (TestResult $result) | |
| printFailures (TestResult $result) | |
| printWarnings (TestResult $result) | |
| printIncompletes (TestResult $result) | |
| printRisky (TestResult $result) | |
| printSkipped (TestResult $result) | |
| printFooter (TestResult $result) | |
| writeNewLine () | |
| colorizeTextBox (string $color, string $buffer) | |
| writeWithColor (string $color, string $buffer, bool $lf=true) | |
| writeProgressWithColor (string $color, string $buffer) | |
Additional Inherited Members | |
Public Attributes inherited from PHPUnit\TextUI\ResultPrinter | |
| const | EVENT_TEST_START = 0 |
| const | EVENT_TEST_END = 1 |
| const | EVENT_TESTSUITE_START = 2 |
| const | EVENT_TESTSUITE_END = 3 |
| const | COLOR_NEVER = 'never' |
| const | COLOR_AUTO = 'auto' |
| const | COLOR_ALWAYS = 'always' |
| const | COLOR_DEFAULT = self::COLOR_NEVER |
Protected Attributes inherited from PHPUnit\Util\TestDox\TestDoxPrinter | |
| $prettifier | |
| $testIndex = 0 | |
| $testFlushIndex = 0 | |
| $testResults = [] | |
| $testNameResultIndex = [] | |
| $enableOutputBuffer = false | |
| $originalExecutionOrder = [] | |
| $spinState = 0 | |
| $showProgress = true | |
Protected Attributes inherited from PHPUnit\TextUI\ResultPrinter | |
| $column = 0 | |
| $maxColumn | |
| $lastTestFailed = false | |
| $numAssertions = 0 | |
| $numTests = -1 | |
| $numTestsRun = 0 | |
| $numTestsWidth | |
| $colors = false | |
| $debug = false | |
| $verbose = false | |
Protected Attributes inherited from PHPUnit\Util\Printer | |
| $autoFlush = false | |
| $out | |
| $outTarget | |
|
protected |
|
protected |
Reimplemented from PHPUnit\Util\TestDox\TestDoxPrinter.
|
protected |
Reimplemented from PHPUnit\Util\TestDox\TestDoxPrinter.
|
protected |
Reimplemented from PHPUnit\Util\TestDox\TestDoxPrinter.
|
protected |
Reimplemented from PHPUnit\Util\TestDox\TestDoxPrinter.
|
protected |
|
protected |
Reimplemented from PHPUnit\Util\TestDox\TestDoxPrinter.
|
protected |
Reimplemented from PHPUnit\TextUI\ResultPrinter.
| PHPUnit\Util\TestDox\CliTestDoxPrinter::printResult | ( | TestResult | $result | ) |
Reimplemented from PHPUnit\Util\TestDox\TestDoxPrinter.
|
protected |
Reimplemented from PHPUnit\Util\TestDox\TestDoxPrinter.
|
protected |
Reimplemented from PHPUnit\Util\TestDox\TestDoxPrinter.
|
protected |
Reimplemented from PHPUnit\Util\TestDox\TestDoxPrinter.
1.8.17