public static function FormOptionsAttributesSelectTestCase::getInfo in Form Options Attributes 7
File
- tests/
form_options_attributes.test, line 13 - Tests for Form Options Attributes module
Class
- FormOptionsAttributesSelectTestCase
- @file Tests for Form Options Attributes module
Code
public static function getInfo() {
return array(
'name' => 'Element tests',
'description' => 'Tests form options attributes with the select, radios, and checkboxes element.',
'group' => 'Form Options Attributes',
);
}