Documentation

BaseTestListenerSample extends PHPUnit_Framework_BaseTestListener
in package

An empty Listener that can be extended to implement TestListener with just a few lines of code.

Table of Contents

$endCount  : mixed
addError()  : mixed
An error occurred.
addFailure()  : mixed
A failure occurred.
addIncompleteTest()  : mixed
Incomplete test.
addRiskyTest()  : mixed
Risky test.
addSkippedTest()  : mixed
Skipped test.
endTest()  : mixed
A test ended.
endTestSuite()  : mixed
A test suite ended.
startTest()  : mixed
A test started.
startTestSuite()  : mixed
A test suite started.

Properties

Methods

Search results