public static function FormElementTestCase::getInfo

File

drupal/modules/simpletest/tests/form.test, line 539
Unit tests for the Drupal Form API.

Class

FormElementTestCase
Tests building and processing of core form elements.

Code

public static function getInfo() {
  return array(
    'name' => 'Element processing',
    'description' => 'Tests building and processing of core form elements.',
    'group' => 'Form API',
  );
}