We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac7a1da + 4f7fb74 commit cb1c75dCopy full SHA for cb1c75d
app/code/Magento/Customer/Test/Unit/Model/AccountManagementTest.php
@@ -1606,6 +1606,8 @@ public function testCreateAccountWithPasswordHashWithCustomerAddresses()
1606
$storeId = 1;
1607
$hash = '4nj54lkj5jfi03j49f8bgujfgsd';
1608
1609
+ $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