You are here

public static function AJAXMultiFormTestCase::getInfo in Drupal 7

File

modules/simpletest/tests/ajax.test, line 437

Class

AJAXMultiFormTestCase
Tests that Ajax-enabled forms work when multiple instances of the same form are on a page.

Code

public static function getInfo() {
  return array(
    'name' => 'AJAX multi form',
    'description' => 'Tests that AJAX-enabled forms work when multiple instances of the same form are on a page.',
    'group' => 'AJAX',
  );
}