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