Skip to content

Commit 42144dd

Browse files
ACQE-8650: MFTF Framework - MFTF 5.0.6 Release
- Resolved errors caused by whitespace-only comments. - Addressed deprecation warnings from spomky-labs/otphp.
1 parent 13de4bf commit 42144dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Magento/FunctionalTestingFramework/Extension/TestContextExtension.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,8 +399,7 @@ public function stepName(\Codeception\Event\StepEvent $e)
399399
}
400400
}
401401
// DO NOT alter action if actionGroup is starting, need the exact actionGroup name for good logging
402-
if (strpos($stepAction, ActionGroupObject::ACTION_GROUP_CONTEXT_START) === false
403-
) {
402+
if (strpos($stepAction, ActionGroupObject::ACTION_GROUP_CONTEXT_START) === false) {
404403
$stepAction = $e->getStep()->getHumanizedActionWithoutArguments();
405404
}
406405
$stepArgs = $e->getStep()->getArgumentsAsString($argumentsLength);

0 commit comments

Comments
 (0)