public static function FormsElementsVerticalTabsFunctionalTest::getInfo

File

drupal/modules/simpletest/tests/form.test, line 1072
Unit tests for the Drupal Form API.

Class

FormsElementsVerticalTabsFunctionalTest
Test the vertical_tabs form element for expected behavior.

Code

public static function getInfo() {
  return array(
    'name' => 'Vertical tabs form element type test',
    'description' => 'Test the vertical_tabs element for expected behavior',
    'group' => 'Form API',
  );
}