/** * clear all mounts and storage backends */ public static function clearMounts() { self::$mounts = array(); self::$storages = array(); }