protected function MigrateVocabularyFieldTest::setUp in Drupal 9
Same name and namespace in other branches
- 8 core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldTest.php \Drupal\Tests\taxonomy\Kernel\Migrate\d6\MigrateVocabularyFieldTest::setUp()
Overrides MigrateDrupal6TestBase::setUp
File
- core/
modules/ taxonomy/ tests/ src/ Kernel/ Migrate/ d6/ MigrateVocabularyFieldTest.php, line 23
Class
- MigrateVocabularyFieldTest
- Vocabulary field migration.
Namespace
Drupal\Tests\taxonomy\Kernel\Migrate\d6Code
protected function setUp() : void {
parent::setUp();
$this
->migrateTaxonomy();
}