You are here

protected static property BlockContentCreationTest::$modules in Drupal 9

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

Modules to enable.

Enable dummy module that implements hook_block_insert() for exceptions and field_ui to edit display settings.

Type: array

Overrides BlockContentTestBase::$modules

File

core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php, line 23

Class

BlockContentCreationTest
Create a block and test saving it.

Namespace

Drupal\Tests\block_content\Functional

Code

protected static $modules = [
  'block_content_test',
  'dblog',
  'field_ui',
];