You are here

protected function MigrateContactCategoryTest::setUp in Zircon Profile 8

Same name in this branch
  1. 8 core/modules/contact/src/Tests/Migrate/MigrateContactCategoryTest.php \Drupal\contact\Tests\Migrate\MigrateContactCategoryTest::setUp()
  2. 8 core/modules/contact/src/Tests/Migrate/d6/MigrateContactCategoryTest.php \Drupal\contact\Tests\Migrate\d6\MigrateContactCategoryTest::setUp()
Same name and namespace in other branches
  1. 8.0 core/modules/contact/src/Tests/Migrate/MigrateContactCategoryTest.php \Drupal\contact\Tests\Migrate\MigrateContactCategoryTest::setUp()

Performs setup tasks before each individual test method is run.

Overrides MigrateDrupal6TestBase::setUp

File

core/modules/contact/src/Tests/Migrate/MigrateContactCategoryTest.php, line 31
Contains \Drupal\contact\Tests\Migrate\MigrateContactCategoryTest.

Class

MigrateContactCategoryTest
Migrate contact categories to contact.form.*.yml.

Namespace

Drupal\contact\Tests\Migrate

Code

protected function setUp() {
  parent::setUp();
  $this
    ->executeMigration('contact_category');
}