You are here

public static property MultiFormTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Ajax/MultiFormTest.php \Drupal\system\Tests\Ajax\MultiFormTest::modules

Modules to enable.

Type: array

Overrides AjaxTestBase::$modules

File

core/modules/system/src/Tests/Ajax/MultiFormTest.php, line 25
Contains \Drupal\system\Tests\Ajax\MultiFormTest.

Class

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

Namespace

Drupal\system\Tests\Ajax

Code

public static $modules = array(
  'form_test',
);