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 6ea80d7 commit 5da33aeCopy full SHA for 5da33ae
dev/tests/integration/testsuite/Magento/Store/Model/MultiStoreTest.php
@@ -144,7 +144,7 @@ private function subscribeNewsLetterAndAssertFromHeader(
144
145
$headers = $transportBuilderMock->getSentMessage()->getHeaders();
146
147
- $this->assertNotNull($transport->getMessage());
+ $this->assertNotNull($transportBuilderMock->getSentMessage());
148
$this->assertStringContainsString($customerData['storeEmail'], $headers['From']);
149
}
150
0 commit comments