/**
  * @codeCoverageIgnore
  */
 public static function enableDebug()
 {
     self::$_debugEnabled = true;
 }