function MigrateNodeSettingsTest::setUp
Overrides MigrateDrupal7TestBase::setUp
File
-
core/
modules/ node/ tests/ src/ Kernel/ Migrate/ d7/ MigrateNodeSettingsTest.php, line 27
Class
- MigrateNodeSettingsTest
- Upgrade variables to node.settings config object.
Namespace
Drupal\Tests\node\Kernel\Migrate\d7Code
protected function setUp() : void {
parent::setUp();
$this->executeMigration('d7_node_settings');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.