11 calls to WebTestBase::drupalGetMails()

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