function AJAXMultiFormTestCase::getInfo

File

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

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.