function MigrateNodeTaxonomyTest::setUp
Overrides MigrateDrupal7TestBase::setUp
File
-
core/
modules/ taxonomy/ tests/ src/ Kernel/ Migrate/ d7/ MigrateNodeTaxonomyTest.php, line 30
Class
- MigrateNodeTaxonomyTest
- @group taxonomy
Namespace
Drupal\Tests\taxonomy\Kernel\Migrate\d7Code
protected function setUp() : void {
parent::setUp();
$this->installEntitySchema('file');
$this->migrateTaxonomyTerms();
$this->migrateUsers(FALSE);
$this->executeMigration('d7_node:article');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.