Skip to content
Snippets Groups Projects
Commit 5cb71b6f authored by Ted Bowman's avatar Ted Bowman
Browse files

set a core version for all functional tests

parent eee859a5
No related branches found
No related tags found
1 merge request!967Issue #3391715: Change core merge request converter to either produce the Package Manager only MR or with AutoUpdates
......@@ -46,6 +46,7 @@ abstract class AutomaticUpdatesFunctionalTestBase extends BrowserTestBase {
$this->config('automatic_updates.settings')
->set('unattended.level', CronUpdateRunner::SECURITY)
->save();
$this->mockActiveCoreVersion('9.8.0');
}
/**
......
......@@ -60,7 +60,6 @@ abstract class UpdaterFormTestBase extends AutomaticUpdatesFunctionalTestBase {
}
$user = $this->createUser($permissions);
$this->drupalLogin($user);
$this->mockActiveCoreVersion('9.8.0');
$this->checkForUpdates();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment