protected function UpdaterFormTest::setUp in Automatic Updates 8.2
Overrides BrowserTestBase::setUp
File
- tests/
src/ Functional/ UpdaterFormTest.php, line 38
Class
Namespace
Drupal\Tests\automatic_updates\FunctionalCode
protected function setUp() : void {
parent::setUp();
$this
->setReleaseMetadata(__DIR__ . '/../../fixtures/release-history/drupal.9.8.1-security.xml');
$this
->drupalLogin($this->rootUser);
$this
->checkForUpdates();
}