You are here

public static function FormsElementsTableSelectFunctionalTest::getInfo in SimpleTest 7

File

tests/form.test, line 135
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',
  );
}