You are here

public static property BlockTest::$modules in Display Suite 8.3

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

Modules to install.

Type: array

Overrides TestBase::$modules

File

tests/src/Functional/BlockTest.php, line 22

Class

BlockTest
Tests for the manage display tab in Display Suite.

Namespace

Drupal\Tests\ds\Functional

Code

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