You are here

protected function MigrateVocabularyEntityDisplayTest::setUp in Zircon Profile 8

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

Performs setup tasks before each individual test method is run.

Overrides MigrateDrupal6TestBase::setUp

File

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

Class

MigrateVocabularyEntityDisplayTest
Vocabulary entity display migration.

Namespace

Drupal\taxonomy\Tests\Migrate\d6

Code

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