File tree 1 file changed +7
-3
lines changed
dev/tests/integration/testsuite/Magento/Customer/Controller/Account 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
+ /**
3
+ * Copyright © Magento, Inc. All rights reserved.
4
+ * See COPYING.txt for license details.
5
+ */
2
6
declare (strict_types=1 );
3
7
4
8
namespace Magento \Customer \Controller \Account ;
@@ -62,7 +66,7 @@ public function testForgotPasswordEmailTemplateGreeting()
62
66
}
63
67
64
68
/**
65
- * @covers Magento_Customer::view/frontend/email/change_email.html
69
+ * Covers Magento_Customer::view/frontend/email/change_email.html
66
70
*
67
71
* @magentoDataFixture Magento/Customer/_files/customer.php
68
72
* @magentoConfigFixture current_store customer/captcha/enable 0
@@ -86,7 +90,7 @@ public function testCustomerEmailChangeNotificationTemplateGreeting()
86
90
}
87
91
88
92
/**
89
- * @covers Magento_Customer::view/frontend/email/change_email_and_password.html
93
+ * Covers Magento_Customer::view/frontend/email/change_email_and_password.html
90
94
*
91
95
* @magentoDataFixture Magento/Customer/_files/customer.php
92
96
* @magentoConfigFixture current_store customer/captcha/enable 0
@@ -113,7 +117,7 @@ public function testCustomerEmailAndPasswordChangeNotificationTemplateGreeting()
113
117
}
114
118
115
119
/**
116
- * @covers Magento_Customer::view/frontend/email/change_password.html
120
+ * Covers Magento_Customer::view/frontend/email/change_password.html
117
121
*
118
122
* @magentoDataFixture Magento/Customer/_files/customer.php
119
123
* @magentoConfigFixture current_store customer/captcha/enable 0
You can’t perform that action at this time.
0 commit comments