function IdConflictTest::testIdConflictForm
Tests ID Conflict form.
File
- 
              core/modules/ migrate_drupal_ui/ tests/ src/ Functional/ d7/ IdConflictTest.php, line 74 
Class
- IdConflictTest
- Tests Drupal 7 Id Conflict page.
Namespace
Drupal\Tests\migrate_drupal_ui\Functional\d7Code
public function testIdConflictForm() {
  // Start the upgrade process.
  $this->submitCredentialForm();
  $entity_types = [
    'block_content',
    'menu_link_content',
    'file',
    'taxonomy_term',
    'user',
    'comment',
    'node',
  ];
  $this->assertIdConflictForm($entity_types);
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
