You are here

protected function MigrateVocabularyFieldTest::setUp in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/taxonomy/src/Tests/Migrate/d6/MigrateVocabularyFieldTest.php \Drupal\taxonomy\Tests\Migrate\d6\MigrateVocabularyFieldTest::setUp()

Performs setup tasks before each individual test method is run.

Overrides MigrateDrupal6TestBase::setUp

File

core/modules/taxonomy/src/Tests/Migrate/d6/MigrateVocabularyFieldTest.php, line 29
Contains \Drupal\taxonomy\Tests\Migrate\d6\MigrateVocabularyFieldTest.

Class

MigrateVocabularyFieldTest
Vocabulary field migration.

Namespace

Drupal\taxonomy\Tests\Migrate\d6

Code

protected function setUp() {
  parent::setUp();
  $this
    ->migrateTaxonomy();
}