protected $edits;
/**
* {@inheritdoc}
*/
protected function setUp(): void
{ parent::
setUp();
$this->
createMigrationConnection();
$this->sourceDatabase = Database::
getConnection('default', 'migrate_drupal_ui'
);
// Get the current major version.
[$this->destinationSiteVersion
] =
explode('.', \Drupal::VERSION, 2
);
// Log in as user 1. Migrations in the UI can only be performed as user 1.
$this->
drupalLogin($this->rootUser
);
} /**
* Navigates to the credential form and submits valid credentials.
*/