function 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\d6Code
protected function setUp() {
  parent::setUp();
  $this->executeMigration('d6_taxonomy_vocabulary');
  $this->executeMigration('d6_forum_settings');
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
