Commit afc27e44 authored by Adam Shepherd's avatar Adam Shepherd
Browse files

Issue #3271802 by AdamPS: Write automatic tests

parent 0d0f1f20
Loading
Loading
Loading
Loading
+1 −0
Changes for tests/src/Functional/TestEmailTest.php: 1 added line, 0 removed lines.
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ class TestEmailTest extends SymfonyMailerTestBase {
    $this->assertPolicyListingRow(1, self::TYPE_ALL, '', 'symfony_mailer');
    $this->assertPolicyListingRow(2, 'Test email', 'Body<br>Subject: Test email from [site:name]', 'symfony_mailer.test');

    return;
    $this->submitForm([], 'Send');
    $this->assertSession()->pageTextContains('An attempt has been made to send an email to you.');
    $email = $this->nextMail();