function MigrateNodeTaxonomyTest::setUp
Same name in other branches
- 9 core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateNodeTaxonomyTest.php \Drupal\Tests\taxonomy\Kernel\Migrate\d7\MigrateNodeTaxonomyTest::setUp()
- 8.9.x core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateNodeTaxonomyTest.php \Drupal\Tests\taxonomy\Kernel\Migrate\d7\MigrateNodeTaxonomyTest::setUp()
- 10 core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateNodeTaxonomyTest.php \Drupal\Tests\taxonomy\Kernel\Migrate\d7\MigrateNodeTaxonomyTest::setUp()
Overrides MigrateDrupal7TestBase::setUp
File
-
core/
modules/ taxonomy/ tests/ src/ Kernel/ Migrate/ d7/ MigrateNodeTaxonomyTest.php, line 35
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.