You are here

13 calls to WebTestBase::drupalGetMails() in Zircon Profile 8

ConfigTranslationUiTest::testContactConfigEntityTranslation in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Tests the contact form translation.
ContactPersonalTest::testSendPersonalContactMessage in core/modules/contact/src/Tests/ContactPersonalTest.php
Tests that mails for contact messages are correctly sent.
ContactSitewideTest::testAutoReply in core/modules/contact/src/Tests/ContactSitewideTest.php
Tests auto-reply on the site-wide contact form.
ContactSitewideTest::testSiteWideContact in core/modules/contact/src/Tests/ContactSitewideTest.php
Tests configuration options and the site-wide contact form.
MailCaptureTest::testMailSend in core/modules/simpletest/src/Tests/MailCaptureTest.php
Test to see if the wrapper function is executed correctly.
SiteMaintenanceTest::testSiteMaintenance in core/modules/system/src/Tests/System/SiteMaintenanceTest.php
Verify site maintenance mode functionality.
UserAdminTest::testNotificationEmailAddress in core/modules/user/src/Tests/UserAdminTest.php
Tests the alternate notification email address for user mails.
UserCreateTest::testUserAdd in core/modules/user/src/Tests/UserCreateTest.php
Create a user through the administration interface and ensure that it displays in the user list.
UserPasswordResetTest::getResetURL in core/modules/user/src/Tests/UserPasswordResetTest.php
Retrieves password reset email and extracts the login link.
UserPasswordResetTest::testUserPasswordReset in core/modules/user/src/Tests/UserPasswordResetTest.php
Tests password reset functionality.
WebTestBase::assertMailPattern in core/modules/simpletest/src/WebTestBase.php
Asserts that the most recently sent email message has the pattern in it.
WebTestBase::assertMailString in core/modules/simpletest/src/WebTestBase.php
Asserts that the most recently sent email message has the string in it.
WebTestBase::verboseEmail in core/modules/simpletest/src/WebTestBase.php
Outputs to verbose the most recent $count emails sent.