Skip to content

Commit 031b5ae

Browse files
Manjusha.SManjusha.S
authored andcommitted
fix issue
1 parent 5284e02 commit 031b5ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Magento/FunctionalTestingFramework/StaticCheck/ActionGroupArgumentsCheck.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ private function findErrorsInFileSet($files)
100100
$actionGroupErrors = [];
101101
/** @var SplFileInfo $filePath */
102102
foreach ($files as $filePath) {
103+
$actionGroupReferencesDataArray = [];
103104
$actionGroupToArguments = [];
104105
$contents = $filePath->getContents();
105106
preg_match_all(self::STEP_KEY_REGEX_PATTERN, $contents, $actionGroupReferences);

0 commit comments

Comments
 (0)