You are here

public static function FormAPITestCase::getInfo in SimpleTest 7

File

tests/form.test, line 339
Unit tests for the Drupal Form API.

Class

FormAPITestCase
Test using drupal_form_submit in a batch.

Code

public static function getInfo() {
  return array(
    'name' => 'Drupal Execute and Batch API',
    'description' => 'Tests the compatibility of drupal_form_submit and the Batch API',
    'group' => 'Form API',
  );
}