protected function MigrateContactCategoryTest::setUp in Zircon Profile 8
Same name in this branch
- 8 core/modules/contact/src/Tests/Migrate/MigrateContactCategoryTest.php \Drupal\contact\Tests\Migrate\MigrateContactCategoryTest::setUp()
- 8 core/modules/contact/src/Tests/Migrate/d6/MigrateContactCategoryTest.php \Drupal\contact\Tests\Migrate\d6\MigrateContactCategoryTest::setUp()
Same name and namespace in other branches
- 8.0 core/modules/contact/src/Tests/Migrate/d6/MigrateContactCategoryTest.php \Drupal\contact\Tests\Migrate\d6\MigrateContactCategoryTest::setUp()
Performs setup tasks before each individual test method is run.
Overrides MigrateDrupal6TestBase::setUp
File
- core/
modules/ contact/ src/ Tests/ Migrate/ d6/ MigrateContactCategoryTest.php, line 28 - Contains \Drupal\contact\Tests\Migrate\d6\MigrateContactCategoryTest.
Class
- MigrateContactCategoryTest
- Migrate contact categories to contact.form.*.yml.
Namespace
Drupal\contact\Tests\Migrate\d6Code
protected function setUp() {
parent::setUp();
$this
->executeMigration('contact_category');
}