Example #1
0
 /**
  * Clear any mocked date, which causes
  * {@link Now()} to return the current system date.
  */
 public static function clear_mock_now()
 {
     self::$mock_now = null;
 }