Beispiel #1
0
 /**
  * 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.
  */
 public static function _unsetStorage()
 {
     self::$storage = null;
 }