You are here

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

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

Modules to install.

Type: array

Overrides TestBase::$modules

File

tests/src/Functional/CloneTest.php, line 19

Class

CloneTest
Tests for the manage display tab in Display Suite.

Namespace

Drupal\Tests\ds\Functional

Code

public static $modules = [
  'node',
  'user',
  'comment',
  'field_ui',
  'ds',
];