You are here

public static property AjaxTestBase::$modules in Drupal 8

Modules to enable.

Type: array

File

core/modules/system/src/Tests/Ajax/AjaxTestBase.php, line 17

Class

AjaxTestBase
Provides a base class for Ajax tests.

Namespace

Drupal\system\Tests\Ajax

Code

public static $modules = [
  'node',
  'ajax_test',
  'ajax_forms_test',
];