public static function GoogleApplianceSettingsValidateHostname::getInfo in Google Search Appliance 7
File
- testing/
google_appliance.test, line 15 - Implements automated simpletest routines for integration testing of the Google Appliance module.
Class
- GoogleApplianceSettingsValidateHostname
- test the hostname settings validator
Code
public static function getInfo() {
return array(
'name' => 'Settings: Hostname',
'description' => 'Ensure that the admin settings form validation catches bad-fomrmat hostname input and passes good input.',
'group' => 'Google Appliance',
);
}