function MigrateTaxonomyTermTest::setUp
Overrides MigrateDrupal6TestBase::setUp
File
-
core/
modules/ forum/ tests/ src/ Kernel/ Migrate/ d6/ MigrateTaxonomyTermTest.php, line 27
Class
- MigrateTaxonomyTermTest
- Test migration of forum taxonomy terms.
Namespace
Drupal\Tests\forum\Kernel\Migrate\d6Code
protected function setUp() : void {
parent::setUp();
$this->installEntitySchema('taxonomy_term');
$this->installConfig('forum');
$this->executeMigrations([
'd6_taxonomy_vocabulary',
'd6_taxonomy_term',
]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.