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