public static function GoogleApplianceResultsDisplaySettingsCheck::getInfo in Google Search Appliance 7
File
- testing/
google_appliance.test, line 557 - Implements automated simpletest routines for integration testing of the Google Appliance module.
Class
- GoogleApplianceResultsDisplaySettingsCheck
- Results page effects of module settings: verifies search interface settings and that the connection provided in the test settings file produces search results. Highly dependent upon good settings and a strategic choice of search query in the input file.
Code
public static function getInfo() {
return array(
'name' => 'Results Page Settings',
'description' => 'Check that module settings manifest in changes to the results page. <b>You must provide connection settings in a file</b> in the /testing directory within the module in
order for real searches to execute. See the example file {module_directory}/google_appliance/testing/test-settings.example.inc for more info. Not providing the file simply aborts the tests requiring a connection to your device.',
'group' => 'Google Appliance',
);
}