= private = protected
This method is deprecated on the latest stable version of Rails. The last existing version (v2.2.1) is shown here.
process_test(request)
Process a test request called with a TestRequest object.
# File actionpack/lib/action_controller/test_process.rb, line 9 def self.process_test(request) new.process_test(request) end