You are here

protected function MigrateVocabularyEntityFormDisplayTest::setUp in Zircon Profile 8

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

Performs setup tasks before each individual test method is run.

Overrides MigrateDrupal6TestBase::setUp

File

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

Class

MigrateVocabularyEntityFormDisplayTest
Vocabulary entity form display migration.

Namespace

Drupal\taxonomy\Tests\Migrate\d6

Code

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