You are here

public static function GoogleApplianceSettingsValidateTimeout::getInfo in Google Search Appliance 7

File

testing/google_appliance.test, line 77
Implements automated simpletest routines for integration testing of the Google Appliance module.

Class

GoogleApplianceSettingsValidateTimeout
test the timeout settings validator

Code

public static function getInfo() {
  return array(
    'name' => 'Settings: Timeout',
    'description' => 'Ensure that the admin settings form validation implements boundaries and restrictions on timeout properly.',
    'group' => 'Google Appliance',
  );
}