Skip to content

Commit decf630

Browse files
authored
Update TestGenerator.php
1 parent d44fdaa commit decf630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/Util/TestGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ public function throwExceptionIfDuplicateArgumentsFound(string $fileContents, Te
274274
$argumentArray = [];
275275
foreach ($fileToArr as $fileVal) {
276276
$fileVal = trim($fileVal);
277-
if ((str_contains($fileVal, '<actionGroup') || str_contains($fileVal, '<helper')) &&
277+
if ((str_contains($fileVal, '<actionGroup') || str_contains($fileVal, '<helper')) &&
278278
str_contains($fileVal, $stepKey)) {
279279
$actionGroupStart = true;
280280
continue;

0 commit comments

Comments
 (0)