public function PHPUnit_Framework_BaseTestListener::addSkippedTest in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpunit/phpunit/src/Framework/BaseTestListener.php \PHPUnit_Framework_BaseTestListener::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/ Framework/ BaseTestListener.php, line 36
Class
- PHPUnit_Framework_BaseTestListener
- An empty Listener that can be extended to implement TestListener with just a few lines of code.
Code
public function addSkippedTest(PHPUnit_Framework_Test $test, Exception $e, $time) {
}