file-fetcher
|
Public Member Functions | |
printResult (TestResult $result) | |
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) | |
printIgnoredTest ($testName, \Throwable $t, float $time) | |
startTestSuite (TestSuite $suite) | |
endTestSuite (TestSuite $suite) | |
startTest (Test $test) | |
endTest (Test $test, float $time) | |
![]() | |
__construct ($out=null, bool $verbose=false, string $colors=self::COLOR_DEFAULT, bool $debug=false, $numberOfColumns=80, bool $reverse=false) | |
![]() | |
__construct ($out=null) | |
flush () | |
incrementalFlush () | |
write (string $buffer) | |
getAutoFlush () | |
setAutoFlush (bool $autoFlush) | |
![]() | |
addWarning (Test $test, Warning $e, float $time) | |
Protected Member Functions | |
writeProgress (string $progress) | |
![]() | |
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) | |
printHeader (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 | |
![]() | |
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 |
![]() | |
$column = 0 | |
$maxColumn | |
$lastTestFailed = false | |
$numAssertions = 0 | |
$numTests = -1 | |
$numTestsRun = 0 | |
$numTestsWidth | |
$colors = false | |
$debug = false | |
$verbose = false | |
![]() | |
$autoFlush = false | |
$out | |
$outTarget | |
PHPUnit\Util\Log\TeamCity::addError | ( | Test | $test, |
\Throwable | $t, | ||
float | $time | ||
) |
An error occurred.
Reimplemented from PHPUnit\TextUI\ResultPrinter.
PHPUnit\Util\Log\TeamCity::addFailure | ( | Test | $test, |
AssertionFailedError | $e, | ||
float | $time | ||
) |
A failure occurred.
Reimplemented from PHPUnit\TextUI\ResultPrinter.
PHPUnit\Util\Log\TeamCity::addIncompleteTest | ( | Test | $test, |
\Throwable | $t, | ||
float | $time | ||
) |
Incomplete test.
Reimplemented from PHPUnit\TextUI\ResultPrinter.
PHPUnit\Util\Log\TeamCity::addRiskyTest | ( | Test | $test, |
\Throwable | $t, | ||
float | $time | ||
) |
Risky test.
Reimplemented from PHPUnit\TextUI\ResultPrinter.
PHPUnit\Util\Log\TeamCity::addSkippedTest | ( | Test | $test, |
\Throwable | $t, | ||
float | $time | ||
) |
Skipped test.
Reimplemented from PHPUnit\TextUI\ResultPrinter.
A warning occurred.
Reimplemented from PHPUnit\TextUI\ResultPrinter.
PHPUnit\Util\Log\TeamCity::endTest | ( | Test | $test, |
float | $time | ||
) |
A test ended.
Reimplemented from PHPUnit\TextUI\ResultPrinter.
PHPUnit\Util\Log\TeamCity::endTestSuite | ( | TestSuite | $suite | ) |
A testsuite ended.
Reimplemented from PHPUnit\TextUI\ResultPrinter.
PHPUnit\Util\Log\TeamCity::printIgnoredTest | ( | $testName, | |
\Throwable | $t, | ||
float | $time | ||
) |
PHPUnit\Util\Log\TeamCity::printResult | ( | TestResult | $result | ) |
Reimplemented from PHPUnit\TextUI\ResultPrinter.
PHPUnit\Util\Log\TeamCity::startTest | ( | Test | $test | ) |
A test started.
Reimplemented from PHPUnit\TextUI\ResultPrinter.
PHPUnit\Util\Log\TeamCity::startTestSuite | ( | TestSuite | $suite | ) |
A testsuite started.
Reimplemented from PHPUnit\TextUI\ResultPrinter.
|
protected |
Reimplemented from PHPUnit\TextUI\ResultPrinter.