Example #1
0
 /**
  * Removes all registered logs.
  */
 public static function clear()
 {
     static::$_logs = array();
 }
Example #2
0
 /**
  * Clears the registered references & logs.
  */
 public static function reset()
 {
     static::$_logs = [];
     static::$_index = 0;
     Suite::reset();
 }