public static function FormsElementsTableSelectFunctionalTest::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ form.test, line 869 - Unit tests for the Drupal Form API.
Class
- FormsElementsTableSelectFunctionalTest
- Test the tableselect form element for expected behavior.
Code
public static function getInfo() {
return array(
'name' => 'Tableselect form element type test',
'description' => 'Test the tableselect element for expected behavior',
'group' => 'Form API',
);
}