public function NativePhpunitPrinter::addSkippedTest

Skipped test.

@since Method available since Release 3.0.0

Parameters

PHPUnit_Framework_Test $test:

Exception $e:

float $time:

File

drupal/core/vendor/doctrine/common/tests/NativePhpunitTask.php, line 199

Class

NativePhpunitPrinter

Code

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