public static function FormsProgrammaticTestCase::getInfo

File

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

Class

FormsProgrammaticTestCase
Test the programmatic form submission behavior.

Code

public static function getInfo() {
  return array(
    'name' => 'Programmatic form submissions',
    'description' => 'Test the programmatic form submission behavior.',
    'group' => 'Form API',
  );
}