function FormsElementsLabelsTestCase::getInfo

File

modules/simpletest/tests/form.test, line 879

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',
  );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.