File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
dev/tests/integration/testsuite/Magento/GraphQl/App Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 21
21
* Tests the dispatch method in the GraphQl Controller class using a simple product query
22
22
*
23
23
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
24
- * @magentoDbIsolation disabled
24
+ * @magentoDbIsolation enabled
25
25
* @magentoAppIsolation enabled
26
26
* @magentoAppArea graphql
27
27
*/
@@ -123,12 +123,7 @@ public function testMergeCarts(): void
123
123
}
124
124
125
125
/**
126
- * Test password reset email (security disabled)
127
- *
128
126
* @magentoDataFixture Magento/Customer/_files/customer.php
129
- * @magentoConfigFixture current_store customer/password/password_reset_protection_type 0
130
- * @magentoConfigFixture current_store customer/password/max_number_password_reset_requests 0
131
- * @magentoConfigFixture current_store customer/password/min_time_between_password_reset_requests 0
132
127
* @return void
133
128
*/
134
129
public function testRequestPasswordResetEmail (): void
@@ -146,12 +141,7 @@ public function testRequestPasswordResetEmail(): void
146
141
}
147
142
148
143
/**
149
- * Test password reset (security disabled)
150
- *
151
144
* @magentoDataFixture Magento/Customer/_files/customer.php
152
- * @magentoConfigFixture current_store customer/password/password_reset_protection_type 0
153
- * @magentoConfigFixture current_store customer/password/max_number_password_reset_requests 0
154
- * @magentoConfigFixture current_store customer/password/min_time_between_password_reset_requests 0
155
145
* @return void
156
146
*/
157
147
public function testResetPassword (): void
You can’t perform that action at this time.
0 commit comments