public static function ElementsLabelsTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsLabelsTest.php, line 24
Definition of Drupal\system\Tests\Form\ElementsLabelsTest.

Class

ElementsLabelsTest
Test form element labels, required markers and associated output.

Namespace

Drupal\system\Tests\Form

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