We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4492519 commit 300e5b4Copy full SHA for 300e5b4
dev/tests/integration/testsuite/Magento/Customer/_files/three_customers_rollback.php
@@ -32,7 +32,10 @@
32
$customer = $customerRepository->get($customerEmail);
33
$customerRepository->delete($customer);
34
} catch (\Magento\Framework\Exception\NoSuchEntityException $exception) {
35
- // not found
+ /**
36
+ * Tests which are wrapped with MySQL transaction clear all data by transaction rollback.
37
+ */
38
+ continue;
39
}
40
41
/* Unlock account if it was locked for tokens retrieval */
0 commit comments