You are here

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

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

Modules to enable.

Type: array

File

core/modules/system/src/Tests/Ajax/AjaxTestBase.php, line 22
Contains \Drupal\system\Tests\Ajax\AjaxTestBase.

Class

AjaxTestBase
Provides a base class for Ajax tests.

Namespace

Drupal\system\Tests\Ajax

Code

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