Skip to content

Commit

Permalink
#27589 Fix Static Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lbajsarowicz committed Apr 5, 2020
1 parent f882122 commit 82224a6
Showing 1 changed file with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);

namespace Magento\Customer\Controller\Account;
Expand Down Expand Up @@ -62,7 +66,7 @@ public function testForgotPasswordEmailTemplateGreeting()
}

/**
* @covers Magento_Customer::view/frontend/email/change_email.html
* Covers Magento_Customer::view/frontend/email/change_email.html
*
* @magentoDataFixture Magento/Customer/_files/customer.php
* @magentoConfigFixture current_store customer/captcha/enable 0
Expand All @@ -86,7 +90,7 @@ public function testCustomerEmailChangeNotificationTemplateGreeting()
}

/**
* @covers Magento_Customer::view/frontend/email/change_email_and_password.html
* Covers Magento_Customer::view/frontend/email/change_email_and_password.html
*
* @magentoDataFixture Magento/Customer/_files/customer.php
* @magentoConfigFixture current_store customer/captcha/enable 0
Expand All @@ -113,7 +117,7 @@ public function testCustomerEmailAndPasswordChangeNotificationTemplateGreeting()
}

/**
* @covers Magento_Customer::view/frontend/email/change_password.html
* Covers Magento_Customer::view/frontend/email/change_password.html
*
* @magentoDataFixture Magento/Customer/_files/customer.php
* @magentoConfigFixture current_store customer/captcha/enable 0
Expand Down

0 comments on commit 82224a6

Please sign in to comment.