public static function FormsProgrammaticTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ form.test, line 1791 - 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',
);
}