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.
2 parents 6dca0c1 + 8cbaed1 commit 1af37dbCopy full SHA for 1af37db
app/code/Magento/Customer/Test/Unit/Model/AccountManagementTest.php
@@ -1606,8 +1606,6 @@ public function testCreateAccountWithPasswordHashWithCustomerAddresses()
1606
$storeId = 1;
1607
$hash = '4nj54lkj5jfi03j49f8bgujfgsd';
1608
1609
- $datetime = $this->prepareDateTimeFactory();
1610
-
1611
//Handle store
1612
$store = $this->getMockBuilder(\Magento\Store\Model\Store::class)->disableOriginalConstructor()->getMock();
1613
$store->expects($this->any())
0 commit comments