You are here

protected function MigrateVariablesTest::setUp 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::setUp()

Overrides MigrateDrupal7TestBase::setUp

File

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

Class

MigrateVariablesTest
Tests migration of Style Switcher variables to configuration objects.

Namespace

Drupal\Tests\styleswitcher\Kernel\Migrate\d7

Code

protected function setUp() {
  parent::setUp();
  $this
    ->loadFixture(__DIR__ . '/../../../../fixtures/migrate/drupal7.styleswitcher.php');
  $this
    ->installConfig(static::$modules);
}