public static property AjaxTestBase::$modules

Modules to enable.

Type: array

File

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

Class

AjaxTestBase
Provides a base class for Ajax tests.

Namespace

Drupal\system\Tests\Ajax

Code

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