You are here

public static property MigrateCustomBlockTest::$modules in Zircon Profile 8

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

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

core/modules/block_content/src/Tests/Migrate/d7/MigrateCustomBlockTest.php, line 21
Contains \Drupal\block_content\Tests\Migrate\d7\MigrateCustomBlockTest.

Class

MigrateCustomBlockTest
Tests migration of custom blocks.

Namespace

Drupal\block_content\Tests\Migrate\d7

Code

public static $modules = array(
  'block_content',
  'filter',
  'text',
);