You are here

protected function UpdaterFormTest::setUp in Automatic Updates 8.2

Overrides BrowserTestBase::setUp

File

tests/src/Functional/UpdaterFormTest.php, line 38

Class

UpdaterFormTest
@covers \Drupal\automatic_updates\Form\UpdaterForm

Namespace

Drupal\Tests\automatic_updates\Functional

Code

protected function setUp() : void {
  parent::setUp();
  $this
    ->setReleaseMetadata(__DIR__ . '/../../fixtures/release-history/drupal.9.8.1-security.xml');
  $this
    ->drupalLogin($this->rootUser);
  $this
    ->checkForUpdates();
}