예제 #1
0
 /**
  * Clear all pending updates without performing them. Generally, you don't
  * want or need to call this. Unit tests need it though.
  */
 public static function clearPendingUpdates()
 {
     self::$updates = array();
 }
 /**
  * Clear all pending updates without performing them. Generally, you don't
  * want or need to call this. Unit tests need it though.
  */
 public static function clearPendingUpdates()
 {
     global $wgDeferredUpdateList;
     $wgDeferredUpdateList = self::$updates = array();
 }