We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ea6b39 commit daa8a9dCopy full SHA for daa8a9d
Tests/Functional/Mailer/Transport/SparkpostTransportTest.php
@@ -25,6 +25,7 @@ protected function setUp(): void
25
$this->configParams['messenger_dsn_email'] = 'sync://';
26
$this->configParams['mailer_custom_headers'] = ['x-global-custom-header' => 'value123'];
27
$this->configParams['mailer_from_email'] = '[email protected]';
28
+ $this->configParams['mailer_from_name'] = 'Admin';
29
parent::setUp();
30
$this->translator = self::getContainer()->get('translator');
31
}
0 commit comments