You are here

public function PHPUnit_Extensions_TicketListener::addFailure in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpunit/phpunit/src/Extensions/TicketListener.php \PHPUnit_Extensions_TicketListener::addFailure()

A failure occurred.

Parameters

PHPUnit_Framework_Test $test:

PHPUnit_Framework_AssertionFailedError $e:

float $time:

Overrides PHPUnit_Framework_TestListener::addFailure

File

vendor/phpunit/phpunit/src/Extensions/TicketListener.php, line 46

Class

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

Code

public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e, $time) {
}