Skip to content

Commit

Permalink
MAGETWO-38049: Wrong Reset Password link in a Welcome email when cust…
Browse files Browse the repository at this point in the history
…omer was created on backend
  • Loading branch information
vpaladiychuk committed Jul 15, 2015
1 parent 855aa8a commit 9db1988
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ protected function mockModel($filesystem = null)
$objectManager->create('Magento\Framework\App\Config\ScopeConfigInterface'),
$objectManager->get('Magento\Email\Model\Template\Config'),
$objectManager->get('Magento\Email\Model\TemplateFactory'),
$objectManager->get('Magento\Framework\UrlInterface'),
$objectManager->get('Magento\Email\Model\Template\FilterFactory'),
]
)->getMock();
Expand Down

0 comments on commit 9db1988

Please sign in to comment.