You are here

protected static property BlockContentTestBase::$modules in Drupal 9

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

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/block_content/tests/src/Functional/BlockContentTestBase.php, line 42

Class

BlockContentTestBase
Sets up block content types.

Namespace

Drupal\Tests\block_content\Functional

Code

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