You are here

protected function MigrateNodeSettingPromoteTest::setUp in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingPromoteTest.php \Drupal\Tests\node\Kernel\Migrate\d6\MigrateNodeSettingPromoteTest::setUp()
  2. 9 core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingPromoteTest.php \Drupal\Tests\node\Kernel\Migrate\d6\MigrateNodeSettingPromoteTest::setUp()

Overrides MigrateDrupal6TestBase::setUp

File

core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingPromoteTest.php, line 18

Class

MigrateNodeSettingPromoteTest
@group migrate_drupal_6

Namespace

Drupal\Tests\node\Kernel\Migrate\d6

Code

protected function setUp() : void {
  parent::setUp();
  $this
    ->installConfig([
    'node',
  ]);
  $this
    ->executeMigration('d6_node_type');
  $this
    ->executeMigration('d6_node_setting_promote');
}