public static function GoogleApplianceSettingsValidateResultsPerPage::getInfo in Google Search Appliance 7
File
- testing/
google_appliance.test, line 194 - Implements automated simpletest routines for integration testing of the Google Appliance module.
Class
- GoogleApplianceSettingsValidateResultsPerPage
- test results per page settings validator
Code
public static function getInfo() {
return array(
'name' => 'Settings: Results per Page',
'description' => 'Ensure that the admin settings form implements restrictions on results per page setting properly.',
'group' => 'Google Appliance',
);
}