Skip to content

Commit 4f211ba

Browse files
Fixed Whitespace-only comments cause error
1 parent fbb8005 commit 4f211ba

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Magento/FunctionalTestingFramework/Extension/TestContextExtension.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -404,10 +404,6 @@ public function stepName(\Codeception\Event\StepEvent $e)
404404
$stepAction = $e->getStep()->getHumanizedActionWithoutArguments();
405405
}
406406
$stepArgs = $e->getStep()->getArgumentsAsString($argumentsLength);
407-
/*if (!trim($stepAction)) {
408-
$stepAction = $e->getStep()->getMetaStep()->getHumanizedActionWithoutArguments();
409-
$stepArgs = $e->getStep()->getMetaStep()->getArgumentsAsString($argumentsLength);
410-
}*/
411407
$stepName = '';
412408

413409
if (isset($stepName)) {

0 commit comments

Comments
 (0)