You are here

public static property MigrateBlockTest::$modules in Style Switcher 8.2

Same name and namespace in other branches
  1. 3.0.x tests/src/Kernel/Migrate/d7/MigrateBlockTest.php \Drupal\Tests\styleswitcher\Kernel\Migrate\d7\MigrateBlockTest::modules

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

tests/src/Kernel/Migrate/d7/MigrateBlockTest.php, line 18

Class

MigrateBlockTest
Tests migration of the Style Switcher block to a configuration entity.

Namespace

Drupal\Tests\styleswitcher\Kernel\Migrate\d7

Code

public static $modules = [
  'styleswitcher',
  'block',
];