function MigrateUpgradeFormStepsTest::setUp

Overrides BrowserTestBase::setUp

File

core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeFormStepsTest.php, line 35

Class

MigrateUpgradeFormStepsTest
Tests the flow of the Migrate Drupal UI form.

Namespace

Drupal\Tests\migrate_drupal_ui\Functional

Code

protected function setUp() : void {
  parent::setUp();
  // Log in as user 1. Migrations in the UI can only be performed as user 1.
  $this->drupalLogin($this->rootUser);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.