Mercurial > hg > isophonics-drupal-site
comparison core/modules/user/tests/src/Functional/UserMailNotifyTest.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
28 ['status_activated', ['status_activated']], | 28 ['status_activated', ['status_activated']], |
29 ['status_blocked', ['status_blocked']], | 29 ['status_blocked', ['status_blocked']], |
30 ['status_canceled', ['status_canceled']], | 30 ['status_canceled', ['status_canceled']], |
31 ['register_admin_created', ['register_admin_created']], | 31 ['register_admin_created', ['register_admin_created']], |
32 ['register_no_approval_required', ['register_no_approval_required']], | 32 ['register_no_approval_required', ['register_no_approval_required']], |
33 ['register_pending_approval', ['register_pending_approval', 'register_pending_approval_admin']] | 33 ['register_pending_approval', ['register_pending_approval', 'register_pending_approval_admin']], |
34 ]; | 34 ]; |
35 } | 35 } |
36 | 36 |
37 /** | 37 /** |
38 * Tests mails are sent when notify.$op is TRUE. | 38 * Tests mails are sent when notify.$op is TRUE. |