File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
dev/tests/integration/testsuite/Magento/Customer/Model/AccountManagement Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ public function testSendEmailWithSetNewPasswordLink(): void
86
86
/**
87
87
* @magentoAppArea frontend
88
88
* @magentoDataFixture Magento/Customer/_files/customer.php
89
+ * @magentoConfigFixture current_store customer/password/password_reset_protection_type 0
89
90
* @return void
90
91
*/
91
92
public function testSendPasswordResetLink (): void
@@ -99,6 +100,7 @@ public function testSendPasswordResetLink(): void
99
100
/**
100
101
* @magentoAppArea frontend
101
102
* @magentoDataFixture Magento/Customer/_files/customer.php
103
+ * @magentoConfigFixture current_store customer/password/password_reset_protection_type 0
102
104
* @return void
103
105
*/
104
106
public function testSendPasswordResetLinkDefaultWebsite (): void
@@ -112,6 +114,8 @@ public function testSendPasswordResetLinkDefaultWebsite(): void
112
114
* @magentoAppArea frontend
113
115
* @dataProvider passwordResetErrorsProvider
114
116
* @magentoDataFixture Magento/Customer/_files/customer.php
117
+ * @magentoConfigFixture current_store customer/password/password_reset_protection_type 0
118
+ *
115
119
* @param string $email
116
120
* @param int|null $websiteId
117
121
* @return void
You can’t perform that action at this time.
0 commit comments