Skip to content

Commit 82224a6

Browse files
committed
#27589 Fix Static Tests
1 parent f882122 commit 82224a6

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

dev/tests/integration/testsuite/Magento/Customer/Controller/Account/EmailTemplateTest.php

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<?php
2+
/**
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
26
declare(strict_types=1);
37

48
namespace Magento\Customer\Controller\Account;
@@ -62,7 +66,7 @@ public function testForgotPasswordEmailTemplateGreeting()
6266
}
6367

6468
/**
65-
* @covers Magento_Customer::view/frontend/email/change_email.html
69+
* Covers Magento_Customer::view/frontend/email/change_email.html
6670
*
6771
* @magentoDataFixture Magento/Customer/_files/customer.php
6872
* @magentoConfigFixture current_store customer/captcha/enable 0
@@ -86,7 +90,7 @@ public function testCustomerEmailChangeNotificationTemplateGreeting()
8690
}
8791

8892
/**
89-
* @covers Magento_Customer::view/frontend/email/change_email_and_password.html
93+
* Covers Magento_Customer::view/frontend/email/change_email_and_password.html
9094
*
9195
* @magentoDataFixture Magento/Customer/_files/customer.php
9296
* @magentoConfigFixture current_store customer/captcha/enable 0
@@ -113,7 +117,7 @@ public function testCustomerEmailAndPasswordChangeNotificationTemplateGreeting()
113117
}
114118

115119
/**
116-
* @covers Magento_Customer::view/frontend/email/change_password.html
120+
* Covers Magento_Customer::view/frontend/email/change_password.html
117121
*
118122
* @magentoDataFixture Magento/Customer/_files/customer.php
119123
* @magentoConfigFixture current_store customer/captcha/enable 0

0 commit comments

Comments
 (0)