Skip to content

Commit 1820562

Browse files
committed
MQE-238:[CAP] Add support for groups of actions (ex 'loginAsAdmin')
-fixes for code sniffer failures
1 parent e18c162 commit 1820562

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Magento/AcceptanceTestFramework/Test/Util/ActionObjectExtractor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function extractActions($testActions)
8686
* Function which checks an entity definition for type array and strips this key out (as data is not stores in this
8787
* type of object).
8888
*
89-
* @param $entityDataArray
89+
* @param array $entityDataArray
9090
* @return array
9191
*/
9292
private function stripDataFields($entityDataArray)

src/Magento/AcceptanceTestFramework/Test/Util/TestEntityExtractor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ public function extractTestEntities($testActions)
5454

5555
return $testEntities;
5656
}
57-
}
57+
}

0 commit comments

Comments
 (0)