function MigrateGlobalThemeSettingsTest::setUp
Overrides MigrateDrupal7TestBase::setUp
File
-
core/
modules/ system/ tests/ src/ Kernel/ Migrate/ d7/ MigrateGlobalThemeSettingsTest.php, line 24
Class
- MigrateGlobalThemeSettingsTest
- Tests migration of global theme settings variables to configuration.
Namespace
Drupal\Tests\system\Kernel\Migrate\d7Code
protected function setUp() : void {
parent::setUp();
$this->executeMigration('d7_global_theme_settings');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.