Esempio n. 1
0
 /**
  * Set the time for testing
  * Should ONLY be used inside tests.
  * @param int $time Unix time stamp
  */
 public static function setTime($time)
 {
     self::$override_time = $time;
 }