|
Lggr
|


Public Member Functions | |
| printResult (TestResult $result) | |
| addError (Test $test, \Exception $e, $time) | |
| addWarning (Test $test, Warning $e, $time) | |
| addFailure (Test $test, AssertionFailedError $e, $time) | |
| addIncompleteTest (Test $test, \Exception $e, $time) | |
| addRiskyTest (Test $test, \Exception $e, $time) | |
| addSkippedTest (Test $test, \Exception $e, $time) | |
| printIgnoredTest ($testName, \Exception $e, $time) | |
| startTestSuite (TestSuite $suite) | |
| endTestSuite (TestSuite $suite) | |
| startTest (Test $test) | |
| endTest (Test $test, $time) | |
Public Member Functions inherited from PHPUnit\TextUI\ResultPrinter | |
| __construct ($out=null, $verbose=false, $colors=self::COLOR_DEFAULT, $debug=false, $numberOfColumns=80, $reverse=false) | |
| printWaitPrompt () | |
| addWarning (Test $test, Warning $e, $time) | |
Public Member Functions inherited from PHPUnit\Util\Printer | |
| __construct ($out=null) | |
| flush () | |
| incrementalFlush () | |
| write ($buffer) | |
| getAutoFlush () | |
| setAutoFlush ($autoFlush) | |
Protected Member Functions | |
| writeProgress ($progress) | |
Protected Member Functions inherited from PHPUnit\TextUI\ResultPrinter | |
| printDefects (array $defects, $type) | |
| printDefect (TestFailure $defect, $count) | |
| printDefectHeader (TestFailure $defect, $count) | |
| printDefectTrace (TestFailure $defect) | |
| printErrors (TestResult $result) | |
| printFailures (TestResult $result) | |
| printWarnings (TestResult $result) | |
| printIncompletes (TestResult $result) | |
| printRisky (TestResult $result) | |
| printSkipped (TestResult $result) | |
| printHeader () | |
| printFooter (TestResult $result) | |
| writeNewLine () | |
| formatWithColor ($color, $buffer) | |
| writeWithColor ($color, $buffer, $lf=true) | |
| writeProgressWithColor ($color, $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\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 | |
A TestListener that generates a logfile of the test execution using the TeamCity format (for use with PhpStorm, for instance).
An error occurred.
| Test | $test | |
| \Exception | $e | |
| float | $time |
Reimplemented from PHPUnit\TextUI\ResultPrinter.
| PHPUnit\Util\Log\TeamCity::addFailure | ( | Test | $test, |
| AssertionFailedError | $e, | ||
| $time | |||
| ) |
A failure occurred.
| Test | $test | |
| AssertionFailedError | $e | |
| float | $time |
Reimplemented from PHPUnit\TextUI\ResultPrinter.
Incomplete test.
| Test | $test | |
| \Exception | $e | |
| float | $time |
Reimplemented from PHPUnit\TextUI\ResultPrinter.
Risky test.
| Test | $test | |
| \Exception | $e | |
| float | $time |
Reimplemented from PHPUnit\TextUI\ResultPrinter.
Skipped test.
| Test | $test | |
| \Exception | $e | |
| float | $time |
Reimplemented from PHPUnit\TextUI\ResultPrinter.
| PHPUnit\Util\Log\TeamCity::endTest | ( | Test | $test, |
| $time | |||
| ) |
| PHPUnit\Util\Log\TeamCity::endTestSuite | ( | TestSuite | $suite | ) |
| PHPUnit\Util\Log\TeamCity::printResult | ( | TestResult | $result | ) |
| TestResult | $result |
Reimplemented from PHPUnit\TextUI\ResultPrinter.
| PHPUnit\Util\Log\TeamCity::startTest | ( | Test | $test | ) |
| PHPUnit\Util\Log\TeamCity::startTestSuite | ( | TestSuite | $suite | ) |
|
protected |
| string | $progress |
Reimplemented from PHPUnit\TextUI\ResultPrinter.
1.8.17