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 5dc5e67 commit ea3c4e8Copy full SHA for ea3c4e8
app/code/Magento/Customer/Test/Unit/Model/EmailNotificationTest.php
@@ -321,7 +321,6 @@ public function testPasswordReminder()
321
$sender = 'Sender';
322
$senderValues = ['name' => $sender, 'email' => $sender];
323
$storeIds = [1, 2];
324
- $defaultStoreId = reset($storeIds);
325
326
$this->senderResolverMock
327
->expects($this->once())
0 commit comments