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