Exemplo n.º 1
0
 /**
  * Skipped test.
  *
  * @param \PHPUnit_Framework_Test $test
  * @param \Exception              $e
  * @param float                   $time
  *
  * @since Method available since Release 2.11.0
  */
 public function addSkippedTest(\PHPUnit_Framework_Test $test, \Exception $e, $time)
 {
     parent::addSkippedTest($test, $e, $time);
     $this->testStatusMessages[$this->currentTestMethodPrettified] = $test->getStatusMessage();
 }