public function PHPUnit_Extensions_TicketListener::addError

An error occurred.

Parameters

PHPUnit_Framework_Test $test:

Exception $e:

float $time:

Overrides PHPUnit_Framework_TestListener::addError

File

drupal/core/vendor/phpunit/phpunit/PHPUnit/Extensions/TicketListener.php, line 79

Class

PHPUnit_Extensions_TicketListener
Base class for test listeners that interact with an issue tracker.

Code

public function addError(PHPUnit_Framework_Test $test, Exception $e, $time) {
}