public static function FormsElementsLabelsTestCase::getInfo

File

drupal/modules/simpletest/tests/form.test, line 760
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',
  );
}