You are here

public static function FormsRedirectTestCase::getInfo in Drupal 7

File

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

Class

FormsRedirectTestCase
Tests form redirection.

Code

public static function getInfo() {
  return array(
    'name' => 'Form redirecting',
    'description' => 'Tests functionality of drupal_redirect_form().',
    'group' => 'Form API',
  );
}