/**
  * ParseClient::_unsetStorage, will null the storage object.
  *
  * Without some ability to clear the storage objects, all test cases would
  *   use the first assigned storage object.
  *
  * @return null
  * @ignore
  */
 public static function _unsetStorage()
 {
     self::$storage = null;
 }