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

Issue #3271802 by AdamPS: Write automatic tests

parent 2ebe22b2
Loading
Loading
Loading
Loading
+0 −1
Changes for tests/src/Functional/TestEmailTest.php: 0 added lines, 1 removed line.
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@ 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();