You are here

public static property MigrateVariablesTest::$modules in Style Switcher 3.0.x

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

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

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

Class

MigrateVariablesTest
Tests migration of Style Switcher variables to configuration objects.

Namespace

Drupal\Tests\styleswitcher\Kernel\Migrate\d7

Code

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