9 calls to WebTestBase::drupalGetMails()

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.
OpenIDTestBase::getPasswordResetURLFromMail in drupal/core/modules/openid/lib/Drupal/openid/Tests/OpenIDTestBase.php
Parses the last sent e-mail and returns the one-time login link URL.
SiteMaintenanceTest::testSiteMaintenance in drupal/core/modules/system/lib/Drupal/system/Tests/System/SiteMaintenanceTest.php
Verify site maintenance mode functionality.
StatisticsAdminTest::testDeleteUser in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsAdminTest.php
Tests that accesslog reflects when a user is deleted.
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.
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.