protected function MigrateCommentVariableEntityFormDisplayTest::setUp in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/comment/src/Tests/Migrate/d6/MigrateCommentVariableEntityFormDisplayTest.php \Drupal\comment\Tests\Migrate\d6\MigrateCommentVariableEntityFormDisplayTest::setUp()
Performs setup tasks before each individual test method is run.
Overrides MigrateCommentVariableDisplayBase::setUp
File
- core/
modules/ comment/ src/ Tests/ Migrate/ d6/ MigrateCommentVariableEntityFormDisplayTest.php, line 22 - Contains \Drupal\comment\Tests\Migrate\d6\MigrateCommentVariableEntityFormDisplayTest.
Class
- MigrateCommentVariableEntityFormDisplayTest
- Upgrade comment variables to core.entity_form_display.node.*.default.yml.
Namespace
Drupal\comment\Tests\Migrate\d6Code
protected function setUp() {
parent::setUp();
$this
->executeMigration('d6_comment_entity_form_display');
}