public static function FormElementTestCase::getInfo

Archivo

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

Class

FormElementTestCase
Tests building and processing of core form elements.

Código

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