# File lib/active_merchant/billing/gateways/cyber_source.rb, line 100
      def test?
        @options[:test] || Base.gateway_mode == :test
      end