You are here

protected function MigrateForumSettingsTest::setUp in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/forum/tests/src/Kernel/Migrate/d7/MigrateForumSettingsTest.php \Drupal\Tests\forum\Kernel\Migrate\d7\MigrateForumSettingsTest::setUp()

Overrides MigrateDrupal7TestBase::setUp

File

core/modules/forum/tests/src/Kernel/Migrate/d7/MigrateForumSettingsTest.php, line 34

Class

MigrateForumSettingsTest
Tests migration of Forum's variables to configuration.

Namespace

Drupal\Tests\forum\Kernel\Migrate\d7

Code

protected function setUp() : void {
  parent::setUp();
  $this
    ->executeMigration('d7_taxonomy_vocabulary');
  $this
    ->executeMigration('d7_forum_settings');
}