You are here

public static property FastTestBase::$modules in Display Suite 8.2

Modules to install.

Type: array

File

src/Tests/FastTestBase.php, line 30

Class

FastTestBase
Base test for Display Suite.

Namespace

Drupal\ds\Tests

Code

public static $modules = array(
  'node',
  'user',
  'field_ui',
  'rdf',
  'quickedit',
  'taxonomy',
  'block',
  'ds',
  'ds_extras',
  'ds_test',
  'ds_switch_view_mode',
  'layout_plugin',
  'field_group',
);