public static function AJAXMultiFormTestCase::getInfo

Archivo

drupal-7.x/modules/simpletest/tests/ajax.test, line 429

Class

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

Código

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',
  );
}