TeamCityListener
class TeamCityListener implements PHPUnit_Framework_TestListener (View source)
Bind TeamCity test listener. Echos messages to stdout that TeamCity interprets into the test results
Methods
public
addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e, $time)
No description
Details
startTestSuite(PHPUnit_Framework_TestSuite $suite)
No description
endTestSuite(PHPUnit_Framework_TestSuite $suite)
No description
startTest(PHPUnit_Framework_Test $test)
No description
endTest(PHPUnit_Framework_Test $test, $time)
No description
addError(PHPUnit_Framework_Test $test, Exception $e, $time)
No description
addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e, $time)
No description
addIncompleteTest(PHPUnit_Framework_Test $test, Exception $e, $time)
No description
addSkippedTest(PHPUnit_Framework_Test $test, Exception $e, $time)
No description
addRiskyTest(PHPUnit_Framework_Test $test, Exception $e, float $time)
Since: Method available since Release 3.8.0
Risky test.