Skip to content

Commit 8343794

Browse files
committed
MQE-496: Allow passing multiple ActionGroup arguments into parameterized selector.
- Codesniffer fix.
1 parent 0885226 commit 8343794

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Magento/FunctionalTestingFramework/Test/Objects/ActionGroupObject.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ private function replaceAttributeArgumentInVariable(
172172
$variableName = strstr($variable, '.', true);
173173
// Check if arguments has a mapping for the given variableName
174174

175-
176175
if ($variableName === false) {
177176
$variableName = $variable;
178177
}

0 commit comments

Comments
 (0)