You are here

public function PHPUnit_Extensions_TicketListener::addSkippedTest in Zircon Profile 8.0

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

Skipped test.

@since Method available since Release 3.0.0

Parameters

PHPUnit_Framework_Test $test:

Exception $e:

float $time:

Overrides PHPUnit_Framework_TestListener::addSkippedTest

File

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

Class

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

Code

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