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 0312ef1 commit 73234e7Copy full SHA for 73234e7
app/code/Magento/CheckoutAgreements/Test/Mftf/Helper/CheckoutAgreementsHelpers.php
@@ -14,7 +14,6 @@
14
15
/**
16
* Class for MFTF helpers for CheckoutAgreements module.
17
- * @phpcs:ignoreFile
18
*/
19
class CheckoutAgreementsHelpers extends Helper
20
{
@@ -36,6 +35,7 @@ public function deleteAllTermConditionRows(
36
35
string $successMessage,
37
string $successMessageContainer
38
): void {
+ // phpcs:disable
39
try {
40
/** @var MagentoWebDriver $webDriver */
41
$magentoWebDriver = $this->getModule('\Magento\FunctionalTestingFramework\Module\MagentoWebDriver');
@@ -59,5 +59,6 @@ public function deleteAllTermConditionRows(
59
} catch (\Exception $exception) {
60
$this->fail($exception->getMessage());
61
}
62
+ // phpcs:enable
63
64
0 commit comments