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