public static function FormsElementsTableSelectFunctionalTest::getInfo

File

drupal/modules/simpletest/tests/form.test, line 847
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',
  );
}