protected function MigrateCommentEntityFormDisplaySubjectTest::setUp in Drupal 9
Same name in this branch
- 9 core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityFormDisplaySubjectTest.php \Drupal\Tests\comment\Kernel\Migrate\d6\MigrateCommentEntityFormDisplaySubjectTest::setUp()
- 9 core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityFormDisplaySubjectTest.php \Drupal\Tests\comment\Kernel\Migrate\d7\MigrateCommentEntityFormDisplaySubjectTest::setUp()
Same name and namespace in other branches
- 8 core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityFormDisplaySubjectTest.php \Drupal\Tests\comment\Kernel\Migrate\d6\MigrateCommentEntityFormDisplaySubjectTest::setUp()
- 10 core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityFormDisplaySubjectTest.php \Drupal\Tests\comment\Kernel\Migrate\d6\MigrateCommentEntityFormDisplaySubjectTest::setUp()
Overrides MigrateDrupal6TestBase::setUp
File
- core/
modules/ comment/ tests/ src/ Kernel/ Migrate/ d6/ MigrateCommentEntityFormDisplaySubjectTest.php, line 24
Class
- MigrateCommentEntityFormDisplaySubjectTest
- Tests the migration of comment form's subject display from Drupal 6.
Namespace
Drupal\Tests\comment\Kernel\Migrate\d6Code
protected function setUp() : void {
parent::setUp();
$this
->installConfig([
'comment',
]);
$this
->executeMigrations([
'd6_comment_type',
'd6_comment_entity_form_display_subject',
]);
}