Skip to content
Snippets Groups Projects

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

Merged Issue #3275883: Warn if cron updates are enabled and the site is on an unsupported branch
All threads resolved!
All threads resolved!
2 files
+ 43
1
Compare changes
  • Side-by-side
  • Inline
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