Ejemplo n.º 1
0
 static function failed()
 {
     echo str_repeat(' ', 59 - self::$chars);
     echo "[FAILED]\n";
     self::$chars = 0;
 }