protected function MigrateVariablesTest::setUp in Style Switcher 8.2
Same name and namespace in other branches
- 3.0.x 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\d7Code
protected function setUp() {
parent::setUp();
$this
->loadFixture(__DIR__ . '/../../../../fixtures/migrate/drupal7.styleswitcher.php');
$this
->installConfig(static::$modules);
}