You are here

public static property BlockContentListViewsTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/block_content/src/Tests/BlockContentListViewsTest.php \Drupal\block_content\Tests\BlockContentListViewsTest::modules

Modules to enable.

Type: array

Overrides BlockContentTestBase::$modules

File

core/modules/block_content/src/Tests/BlockContentListViewsTest.php, line 24
Contains \Drupal\block_content\Tests\BlockContentListViewsTest.

Class

BlockContentListViewsTest
Tests the Views-powered listing of custom blocks.

Namespace

Drupal\block_content\Tests

Code

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