You are here

protected static property MigrateBlockContentBodyFieldTest::$modules in Drupal 9

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

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentBodyFieldTest.php, line 18

Class

MigrateBlockContentBodyFieldTest
Attaches a body field to the custom block type.

Namespace

Drupal\Tests\block_content\Kernel\Migrate

Code

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