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 0dc8578 commit 122019cCopy full SHA for 122019c
lib/internal/Magento/Framework/Mail/Test/Unit/Template/TransportBuilderTest.php
@@ -167,7 +167,7 @@ public function getTransportDataProvider()
167
/**
168
* @return void
169
*/
170
- public function testSetFrom()
+ public function testSetFromByStore()
171
{
172
$sender = ['email' => 'from@example.com', 'name' => 'name'];
173
$store = 1;
@@ -176,7 +176,7 @@ public function testSetFrom()
176
->with($sender, $store)
177
->willReturn($sender);
178
$this->messageMock->expects($this->once())
179
- ->method('setFromByStore')
+ ->method('setFrom')
180
->with('from@example.com', 'name')
181
->willReturnSelf();
182
0 commit comments