/**
  * Set the test mode to true.
  *
  * @param string $mode
  */
 public static function setTestMode()
 {
     self::$testMode = true;
 }