Exemplo n.º 1
0
 /**
  * @param \PHPUnit_Framework_Test $test
  * @param float                   $time
  *
  * @since Method available since Release 2.7.0
  */
 public function endTest(\PHPUnit_Framework_Test $test, $time)
 {
     $this->testStatuses[$this->currentTestMethodPrettified] = $this->testStatus;
     parent::endTest($test, $time);
 }