public static function WebformAutofillAttributeTestCase::getInfo in Webform Autofill Attribute 7
Implements getInfo().
File
- tests/
webform_autofill_attribute.test, line 15
Class
Code
public static function getInfo() {
return array(
'name' => t('Webform autofill attribute'),
'description' => t('Add an autofill attribute to a webform component.'),
'group' => t('Webform'),
);
}