/** * Method to reset the widget list * For testing only * @ignore */ public static function _reset() { self::$widgets = null; self::$hookCalled = false; }
/** * Method to reset the widget list * For testing only * @ignore */ public static function _reset() { self::$widgets = array(); self::$hookCalled = false; self::getCacheForCompleteList()->clear(); }