You are here

public static property BlockContentListViewsTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/block_content/tests/src/Functional/BlockContentListViewsTest.php \Drupal\Tests\block_content\Functional\BlockContentListViewsTest::modules
  2. 10 core/modules/block_content/tests/src/Functional/BlockContentListViewsTest.php \Drupal\Tests\block_content\Functional\BlockContentListViewsTest::modules

Modules to enable.

Type: array

Overrides BlockContentTestBase::$modules

File

core/modules/block_content/tests/src/Functional/BlockContentListViewsTest.php, line 21

Class

BlockContentListViewsTest
Tests the Views-powered listing of custom blocks.

Namespace

Drupal\Tests\block_content\Functional

Code

public static $modules = [
  'block',
  'block_content',
  'config_translation',
  'views',
];