TAP
class TAP extends Printer implements TestListener
Properties
protected int | $testNumber | ||
protected int | $testSuiteLevel | ||
protected bool | $testSuccessful |
Methods
__construct(mixed $out = NULL)
Constructor.
addFailure(Test $test, AssertionFailedError $e, float $time)
A failure occurred.
addWarning(Test $test, Warning $e, float $time)
Warning test.
startTestSuite(TestSuite $suite)
A testsuite started.
endTestSuite(TestSuite $suite)
A testsuite ended.
startTest(Test $test)
A test started.
endTest(Test $test, float $time)
A test ended.
writeNotOk(Test $test, string $prefix = '', string $directive = '')
No description
Details
at line 55
__construct(mixed $out = NULL)
Constructor.
at line 68
addError(Test $test, Exception $e, float $time)
An error occurred.
at line 80
addFailure(Test $test, AssertionFailedError $e, float $time)
A failure occurred.
at line 124
addIncompleteTest(Test $test, Exception $e, float $time)
Incomplete test.
at line 138
addRiskyTest(Test $test, Exception $e, float $time)
Risky test.
at line 155
addSkippedTest(Test $test, Exception $e, float $time)
Skipped test.
at line 172
addWarning(Test $test, Warning $e, float $time)
Warning test.
at line 185
startTestSuite(TestSuite $suite)
A testsuite started.
at line 194
endTestSuite(TestSuite $suite)
A testsuite ended.
at line 207
startTest(Test $test)
A test started.
at line 218
endTest(Test $test, float $time)
A test ended.