public static function GoogleApplianceResultsPageSearchForm::getInfo in Google Search Appliance 7
File
- testing/
google_appliance.test, line 455 - Implements automated simpletest routines for integration testing of the Google Appliance module.
Class
- GoogleApplianceResultsPageSearchForm
- Results page search form: test that we get a blank page with the results page search form, and any possible errors are hidden, then test that submitting a search redirects back to the same page with terms in the form. Also tests effects of Page…
Code
public static function getInfo() {
return array(
'name' => 'Results Page Search Form',
'description' => 'Check that the results page search form is available, and that submissions
redirect to back to the results page. The post-submission state is examined to be sure that the search keys are in the form field and we get a "No Results" message (connection isn\'t established as part of the test).',
'group' => 'Google Appliance',
);
}