protected function MigrateCommentEntityFormDisplaySubjectTest::setUp in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/comment/src/Tests/Migrate/d7/MigrateCommentEntityFormDisplaySubjectTest.php \Drupal\comment\Tests\Migrate\d7\MigrateCommentEntityFormDisplaySubjectTest::setUp()
Performs setup tasks before each individual test method is run.
Overrides MigrateDrupal7TestBase::setUp
File
- core/
modules/ comment/ src/ Tests/ Migrate/ d7/ MigrateCommentEntityFormDisplaySubjectTest.php, line 25 - Contains \Drupal\comment\Tests\Migrate\d7\MigrateCommentEntityFormDisplaySubjectTest.
Class
- MigrateCommentEntityFormDisplaySubjectTest
- Tests migration of comment form's subject display configuration.
Namespace
Drupal\comment\Tests\Migrate\d7Code
protected function setUp() {
parent::setUp();
$this
->installConfig(static::$modules);
$this
->executeMigrations([
'd7_node_type',
'd7_comment_type',
'd7_comment_entity_form_display_subject',
]);
}