You are here

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

File

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

Class

GoogleApplianceSettingsSave
test that known-good settings produce a settings save

Code

public static function getInfo() {
  return array(
    'name' => 'Settings: Save',
    'description' => 'Ensure that the admin settings form produces a success message upon save with good settings.',
    'group' => 'Google Appliance',
  );
}