You are here

protected static property BlockContentListViewsTest::$modules in Drupal 10

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

Modules to enable.

Type: array

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

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