Skip to content

Commit e27e7db

Browse files
Manjusha.SManjusha.S
Manjusha.S
authored and
Manjusha.S
committed
ACQE-4111 : Added appropriate error message
1 parent 795c8d9 commit e27e7db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Magento/FunctionalTestingFramework/StaticCheck/ActionGroupStandardsCheck.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ private function findErrorsInFileSet($files)
119119
);
120120
unset($actionGroupReferencesDataArray);
121121
if (isset($duplicateStepKeys) && count($duplicateStepKeys) > 0) {
122-
throw new TestFrameworkException('Action group has duplicate step keys '.implode(",",array_unique($duplicateStepKeys))." File Path ".$filePath );
122+
throw new TestFrameworkException('Action group has duplicate step keys '
123+
.implode(",", array_unique($duplicateStepKeys))." File Path ".$filePath);
123124
}
124125
/** @var DOMElement $actionGroup */
125126
$actionGroup = $this->getActionGroupDomElement($contents);

0 commit comments

Comments
 (0)