You are here

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

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

Modules to install.

Type: array

Overrides TestBase::$modules

File

tests/src/Functional/ViewsTest.php, line 20

Class

ViewsTest
Tests for Display Suite Views integration.

Namespace

Drupal\Tests\ds\Functional

Code

public static $modules = [
  'node',
  'field_ui',
  'taxonomy',
  'block',
  'ds',
  'ds_test',
  'views',
  'views_ui',
];