You are here

public static function FormElementTestCase::getInfo in Drupal 7

File

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