protected function MigrateForumConfigsTest::setUp in Drupal 9
Same name and namespace in other branches
- 8 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\d6Code
protected function setUp() : void {
parent::setUp();
$this
->executeMigration('d6_taxonomy_vocabulary');
$this
->executeMigration('d6_forum_settings');
}