function MigrateNodeTitleLabelTest::setUp
Overrides MigrateDrupal7TestBase::setUp
File
- 
              core/
modules/ node/ tests/ src/ Kernel/ Migrate/ d7/ MigrateNodeTitleLabelTest.php, line 20  
Class
- MigrateNodeTitleLabelTest
 - Tests migration of the title field label for node types.
 
Namespace
Drupal\Tests\node\Kernel\Migrate\d7Code
protected function setUp() : void {
  parent::setUp();
  $this->migrateContentTypes();
  $this->executeMigration('d7_node_title_label');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.