You are here

public static property TestBase::$modules in Display Suite 8.4

Same name and namespace in other branches
  1. 8.3 tests/src/Functional/TestBase.php \Drupal\Tests\ds\Functional\TestBase::modules

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/TestBase.php, line 32

Class

TestBase
Base test for Display Suite.

Namespace

Drupal\Tests\ds\Functional

Code

public static $modules = [
  'node',
  'user',
  'field_ui',
  'rdf',
  'quickedit',
  'taxonomy',
  'block',
  'ds',
  'ds_extras',
  'ds_test',
  'ds_switch_view_mode',
  'layout_discovery',
  'field_group',
];