Skip to content

Commit 5c426c8

Browse files
committed
MQE-783: [SPIKE] Investigate allure reporting when tests run in multiple suites
- Cleaned up static check failures
1 parent 856aa5e commit 5c426c8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Magento/FunctionalTestingFramework/Allure/Adapter/MagentoAllureAdapter.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,17 @@ class MagentoAllureAdapter extends AllureAdapter
3535
/**
3636
* Initialize from parent with group value
3737
*
38-
* @params array $ignoredAnnotations
39-
* @return AllureAdapter
38+
* @param array $ignoredAnnotations
39+
* @return void
4040
*/
41+
42+
// @codingStandardsIgnoreStart
4143
public function _initialize(array $ignoredAnnotations = [])
4244
{
4345
$this->groups = $this->getGroup($this->groupKey);
4446
parent::_initialize($ignoredAnnotations);
4547
}
48+
// @codingStandardsIgnoreEnd
4649

4750
/**
4851
* Array of group values passed to test runner command
@@ -86,7 +89,4 @@ function () use ($suite, $suiteName) {
8689
// call parent function
8790
parent::suiteBefore($changeSuiteEvent);
8891
}
89-
90-
9192
}
92-

0 commit comments

Comments
 (0)