function paintFail($message)
 {
     parent::paintFail($message);
     $this->formatError("FAILED", $message);
     $this->failingTests[] = $this->current_case . "->" . $this->current_test;
 }
예제 #2
0
 function paintFail($message)
 {
     parent::paintFail($message);
     $this->formatError("FAILED", $message);
 }