protected static property BlockContentTestBase::$modules in Drupal 9
Same name in this branch
- 9 core/modules/block_content/tests/src/Functional/BlockContentTestBase.php \Drupal\Tests\block_content\Functional\BlockContentTestBase::modules
- 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
- 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\FunctionalCode
protected static $modules = [
'block',
'block_content',
];