You are here

protected static property MigrateCustomBlockTest::$modules in Drupal 9

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

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockTest.php, line 16

Class

MigrateCustomBlockTest
Tests migration of custom blocks.

Namespace

Drupal\Tests\block_content\Kernel\Migrate\d7

Code

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