You are here

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

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

Modules to enable.

Type: array

Overrides AjaxTestBase::$modules

File

core/modules/system/src/Tests/Ajax/DialogTest.php, line 26
Contains \Drupal\system\Tests\Ajax\DialogTest.

Class

DialogTest
Performs tests on opening and manipulating dialogs via AJAX commands.

Namespace

Drupal\system\Tests\Ajax

Code

public static $modules = array(
  'ajax_test',
  'ajax_forms_test',
  'contact',
);