public static function MultiFormTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/MultiFormTest.php, line 22
Definition of Drupal\system\Tests\Ajax\MultiFormTest.

Class

MultiFormTest
Tests Ajax-enabled forms functionality with multiple instances of the form.

Namespace

Drupal\system\Tests\Ajax

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