public static function FormsElementsVerticalTabsFunctionalTest::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ form.test, line 1094 - 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',
);
}