public static function FormsElementsLabelsTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ form.test, line 776 - Unit tests for the Drupal Form API.
Class
- FormsElementsLabelsTestCase
- Test form element labels, required markers and associated output.
Code
public static function getInfo() {
return array(
'name' => 'Form element and label output test',
'description' => 'Test form element labels, required markers and associated output.',
'group' => 'Form API',
);
}