- BackdropWebTestCase::assertMailPattern in core/
modules/ simpletest/ backdrop_web_test_case.php - Asserts that the most recently sent email message has the pattern in it.
- BackdropWebTestCase::assertMailString in core/
modules/ simpletest/ backdrop_web_test_case.php - Asserts that the most recently sent email message has the string in it.
- BackdropWebTestCase::verboseEmail in core/
modules/ simpletest/ backdrop_web_test_case.php - Outputs to verbose the most recent $count emails sent.
- ContactSitewideTestCase::testAutoReply in core/
modules/ contact/ tests/ contact.test - Tests auto-reply on the site-wide contact form.
- DrupalWebTestCase::drupalGetMails in core/
includes/ drupal.classes.inc - EmailExampleTestCase::testContactForm in modules/
examples/ email_example/ tests/ email_example.test - Verify the functionality of the example module.
- SimpleTestMailCaptureTestCase::testMailSend in core/
modules/ simpletest/ tests/ simpletest.test - Test to see if the wrapper function is executed correctly.
- SiteMaintenanceTestCase::testSiteMaintenance in core/
modules/ system/ tests/ system.test - Verify site maintenance mode functionality.
- UserCreateTestCase::testUserAdd in core/
modules/ user/ tests/ user.test - Create a user through the administration interface and ensure that it displays in the user list.
- UserLoginTestCase::resetUserPassword in core/
modules/ user/ tests/ user.test - Resets the user password and logs the user in.
- UserPasswordResetTest::getResetURL in core/
modules/ user/ tests/ user_password_reset.test - Retrieves password reset email and extracts the login link.
- UserPasswordResetTest::testUserPasswordReset in core/
modules/ user/ tests/ user_password_reset.test - Tests password reset functionality.