In Laravel 5, why is Request::root() different when called during phpunit test?
Override the response function in the FormRequest validation handler to force the redirect to be constructed with Redirect::route('named_route') instead of allowing the default redirect.