You are here

protected function MigrateForumConfigsTest::setUp in Drupal 8

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

Overrides MigrateDrupal6TestBase::setUp

File

core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateForumConfigsTest.php, line 25

Class

MigrateForumConfigsTest
Upgrade variables to forum.settings.yml.

Namespace

Drupal\Tests\forum\Kernel\Migrate\d6

Code

protected function setUp() {
  parent::setUp();
  $this
    ->executeMigration('d6_taxonomy_vocabulary');
  $this
    ->executeMigration('d6_forum_settings');
}