Skip to content
Snippets Groups Projects

Issue #3357969: For web server dependent unattended updates run the entire life cycle in a separate process that will not be affected by hosting time limits

Merged Issue #3357969: For web server dependent unattended updates run the entire life cycle in a separate process that will not be affected by hosting time limits
Merged Ted Bowman requested to merge issue/automatic_updates-3357969:3357969-cron-drush into 3.0.x
2 files
+ 0
13
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -55,7 +55,6 @@ class StatusCheckFailureEmailTest extends AutomaticUpdatesFunctionalTestBase {
*/
protected function setUp(): void {
parent::setUp();
$this->useTestMailCollector();
// Simulate that we're already fully up to date.
$this->mockActiveCoreVersion('9.8.1');
// @todo Remove in https://www.drupal.org/project/automatic_updates/issues/3284443
Loading