We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4a474b commit 4f67cd9Copy full SHA for 4f67cd9
Tests/Functional/Mailer/Transport/SparkpostTransportTest.php
@@ -26,7 +26,7 @@ protected function setUp(): void
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
- $this->configParams['sparkpost_tracking_enabled'] = $this->getName() === 'testEmailSendToContactSync' ? $this->getProvidedData()[0] : false;
+ $this->configParams['sparkpost_tracking_enabled'] = 'testEmailSendToContactSync' === $this->getName() ? $this->getProvidedData()[0] : false;
30
parent::setUp();
31
$this->translator = self::getContainer()->get('translator');
32
}
0 commit comments