public static function FormsTestCase::getInfo

7.x form.test public static FormsTestCase::getInfo()

File

drupal-7.x/modules/simpletest/tests/form.test, line 10
Unit tests for the Drupal Form API.

Class

FormsTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Form element validation',
    'description' => 'Tests various form element validation mechanisms.',
    'group' => 'Form API',
  );
}