You are here

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

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

Modules to install.

Type: array

Overrides TestBase::$modules

File

tests/src/Functional/BlockFieldPluginTest.php, line 21

Class

BlockFieldPluginTest
Tests for managing custom code, and block fields.

Namespace

Drupal\Tests\ds\Functional

Code

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