protected function MigrateContactCategoryTest::setUp in Drupal 9
Same name and namespace in other branches
- 8 core/modules/contact/tests/src/Kernel/Migrate/MigrateContactCategoryTest.php \Drupal\Tests\contact\Kernel\Migrate\MigrateContactCategoryTest::setUp()
Overrides MigrateDrupal6TestBase::setUp
File
- core/
modules/ contact/ tests/ src/ Kernel/ Migrate/ MigrateContactCategoryTest.php, line 26
Class
- MigrateContactCategoryTest
- Migrate contact categories to contact.form.*.yml.
Namespace
Drupal\Tests\contact\Kernel\MigrateCode
protected function setUp() : void {
parent::setUp();
$this
->executeMigration('contact_category');
}