/**
  * Reset anything that happened in self::initFlowExtension for
  * unit tests
  */
 public static function resetFlowExtension()
 {
     self::$abuseFilter = null;
     self::$occupationController = null;
 }