Skip to content
Snippets Groups Projects

Issue #3275883: Warn if cron updates are enabled and the site is on an unsupported branch

Files
2
@@ -15,7 +15,7 @@ class SupportedBranchInstalledTest extends AutomaticUpdatesKernelTestBase {
/**
* {@inheritdoc}
*/
protected static $modules = ['automatic_updates', 'update'];
protected static $modules = ['automatic_updates'];
/**
* Data provider for ::testSupportedBranchInstalled().
Loading