Skip to content

Commit 5b6185c

Browse files
committed
MQE-942: MFTF Annotation Static Check
1 parent 2a0a9e9 commit 5b6185c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/Magento/FunctionalTestingFramework/Test/Util/AnnotationExtractor.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@ public function __construct()
5555
* This method trims away irrelevant tags and returns annotations used in the array passed. The annotations
5656
* can be found in both Tests and their child element tests.
5757
*
58-
* @param array $testAnnotations
59-
* @param string $filename
58+
* @param array $testAnnotations
59+
* @param string $filename
60+
* @param boolean $validateAnnotations
6061
* @return array
6162
* @throws XmlException
6263
* @SuppressWarnings(PHPMD.CyclomaticComplexity)

src/Magento/FunctionalTestingFramework/Test/Util/TestObjectExtractor.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ public function getAnnotationExtractor()
8383
* This method takes and array of test data and strips away irrelevant tags. The data is converted into an array of
8484
* TestObjects.
8585
*
86-
* @param array $testData
86+
* @param array $testData
87+
* @param boolean $validateAnnotations
8788
* @return TestObject
8889
* @throws \Exception
8990
*/

0 commit comments

Comments
 (0)