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 dbb9844 commit 7cc24e1Copy full SHA for 7cc24e1
dev/tests/integration/testsuite/Magento/Newsletter/Model/Plugin/PluginTest.php
@@ -287,7 +287,7 @@ public function testCreateAccountWithNewsLetterSubscription() :void
287
->addTo('customer@example.com')
288
->getTransport();
289
290
- $message = $transport->getMessage();
+ $message = $this->transportBuilderMock->getSentMessage();
291
292
$this->assertStringContainsString(
293
$subscriber->getConfirmationLink(),
0 commit comments