We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cc24e1 commit 222cb21Copy full SHA for 222cb21
dev/tests/integration/testsuite/Magento/Newsletter/Model/Plugin/PluginTest.php
@@ -274,7 +274,7 @@ public function testCreateAccountWithNewsLetterSubscription() :void
274
$subscriber->loadByEmail('customer@example.com');
275
$this->assertTrue($subscriber->isSubscribed());
276
277
- $transport = $this->transportBuilderMock->setTemplateIdentifier(
+ $this->transportBuilderMock->setTemplateIdentifier(
278
'newsletter_subscription_confirm_email_template'
279
)->setTemplateVars([
280
'subscriber_data' => [
0 commit comments