You are here

protected function MigrateUpgradeFormStepsTest::setUp in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeFormStepsTest.php \Drupal\Tests\migrate_drupal_ui\Functional\MigrateUpgradeFormStepsTest::setUp()

Overrides BrowserTestBase::setUp

File

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

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);
}