20 calls to AssertMailTrait::getMails() in Drupal 8
- AssertMailTrait::assertMailPattern in core/
lib/ Drupal/ Core/ Test/ AssertMailTrait.php - Asserts that the most recently sent email message has the pattern in it.
- AssertMailTrait::assertMailString in core/
lib/ Drupal/ Core/ Test/ AssertMailTrait.php - Asserts that the most recently sent email message has the string in it.
- AssertMailTrait::verboseEmail in core/
lib/ Drupal/ Core/ Test/ AssertMailTrait.php - Outputs to verbose the most recent $count emails sent.
- AssertMailTraitTest::testAssertMailTrait in core/
tests/ Drupal/ KernelTests/ Core/ Test/ AssertMailTraitTest.php - Tests that the maintenance theme initializes the theme and its base themes.
- ConfigTranslationUiTest::testContactConfigEntityTranslation in core/
modules/ config_translation/ tests/ src/ Functional/ ConfigTranslationUiTest.php - Tests the contact form translation.
- ContactPersonalTest::testSendPersonalContactMessage in core/
modules/ contact/ tests/ src/ Functional/ ContactPersonalTest.php - Tests that mails for contact messages are correctly sent.
- ContactSitewideTest::testAutoReply in core/
modules/ contact/ tests/ src/ Functional/ ContactSitewideTest.php - Tests auto-reply on the site-wide contact form.
- ContactSitewideTest::testSiteWideContact in core/
modules/ contact/ tests/ src/ Functional/ ContactSitewideTest.php - Tests configuration options and the site-wide contact form.
- EmailActionTest::testEmailAction in core/
tests/ Drupal/ KernelTests/ Core/ Action/ EmailActionTest.php - Test the email action plugin.
- MailCaptureTest::testMailSend in core/
tests/ Drupal/ FunctionalTests/ MailCaptureTest.php - Test to see if the wrapper function is executed correctly.
- RestRegisterUserTest::testRegisterUser in core/
modules/ user/ tests/ src/ Functional/ RestRegisterUserTest.php - Tests that only anonymous users can register users.
- SiteMaintenanceTest::testSiteMaintenance in core/
modules/ system/ tests/ src/ Functional/ System/ SiteMaintenanceTest.php - Verifies site maintenance mode functionality.
- UserAdminTest::testNotificationEmailAddress in core/
modules/ user/ tests/ src/ Functional/ UserAdminTest.php - Tests the alternate notification email address for user mails.
- UserCreateTest::testUserAdd in core/
modules/ user/ tests/ src/ Functional/ UserCreateTest.php - Create a user through the administration interface and ensure that it displays in the user list.
- UserLoginHttpTest::loginFromResetEmail in core/
modules/ user/ tests/ src/ Functional/ UserLoginHttpTest.php - Login from reset password email.
- UserPasswordResetTest::assertNoValidPasswordReset in core/
modules/ user/ tests/ src/ Functional/ UserPasswordResetTest.php - Helper function to make assertions about an invalid password reset.
- UserPasswordResetTest::getResetURL in core/
modules/ user/ tests/ src/ Functional/ UserPasswordResetTest.php - Retrieves password reset email and extracts the login link.
- UserPasswordResetTest::getResetURL in core/
modules/ user/ tests/ src/ FunctionalJavascript/ UserPasswordResetTest.php - Retrieves password reset email and extracts the login link.
- UserPasswordResetTest::testUserPasswordReset in core/
modules/ user/ tests/ src/ Functional/ UserPasswordResetTest.php - Tests password reset functionality.
- UserResetEmailTestTrait::loginFromResetEmail in core/
modules/ user/ src/ Tests/ UserResetEmailTestTrait.php - Login from reset password email.