Skip to content
Snippets Groups Projects

Issue #3285491: Send an email when a cron update succeeds

Merged Issue #3285491: Send an email when a cron update succeeds
All threads resolved!
Merged Adam G-H requested to merge issue/automatic_updates-3285491:3285491-send-an-email into 8.x-2.x
All threads resolved!
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
@@ -360,6 +360,10 @@ class CronUpdaterTest extends AutomaticUpdatesKernelTestBase {
* Tests that user 1 is emailed when an unattended update succeeds.
*/
public function testEmailOnSuccess(): void {
// Use a virtual project so that the test is unaffected by symlinks or other
// artifacts that might be in the running code base.
$this->createTestProject();
// Ensure there is a user account to notify. The updater is hard-coded to
// notify user 1.
$this->installEntitySchema('user');
Loading