function MigrateTaxonomyTermTest::setUp
Overrides MigrateDrupal7TestBase::setUp
File
-
core/
modules/ forum/ tests/ src/ Kernel/ Migrate/ d7/ MigrateTaxonomyTermTest.php, line 39
Class
- MigrateTaxonomyTermTest
- Test migration of forum taxonomy terms.
Namespace
Drupal\Tests\forum\Kernel\Migrate\d7Code
protected function setUp() : void {
parent::setUp();
$this->installConfig('forum');
$this->installEntitySchema('comment');
$this->installEntitySchema('file');
$this->migrateTaxonomyTerms();
$this->executeMigrations([
'language',
'd7_user_role',
'd7_user',
'd7_entity_translation_settings',
'd7_taxonomy_term_entity_translation',
]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.