File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
src/Magento/FunctionalTestingFramework/Test/Util Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,9 @@ public function __construct()
55
55
* This method trims away irrelevant tags and returns annotations used in the array passed. The annotations
56
56
* can be found in both Tests and their child element tests.
57
57
*
58
- * @param array $testAnnotations
59
- * @param string $filename
58
+ * @param array $testAnnotations
59
+ * @param string $filename
60
+ * @param boolean $validateAnnotations
60
61
* @return array
61
62
* @throws XmlException
62
63
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
Original file line number Diff line number Diff line change @@ -83,7 +83,8 @@ public function getAnnotationExtractor()
83
83
* This method takes and array of test data and strips away irrelevant tags. The data is converted into an array of
84
84
* TestObjects.
85
85
*
86
- * @param array $testData
86
+ * @param array $testData
87
+ * @param boolean $validateAnnotations
87
88
* @return TestObject
88
89
* @throws \Exception
89
90
*/
You can’t perform that action at this time.
0 commit comments