public function SMTPMailSystemTestHelper::publicApplyRerouting in SMTP Authentication Support 8
Exposes applyRerouting() for testing.
File
- tests/
src/ Unit/ Plugin/ Mail/ SMTPMailSystemTest.php, line 304
Class
- SMTPMailSystemTestHelper
- Test helper for SMTPMailSystemTest.
Namespace
Drupal\Tests\smtp\Unit\Plugin\MailCode
public function publicApplyRerouting($to, array $headers) {
return $this
->applyRerouting($to, $headers);
}