We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f057509 commit 7b3e234Copy full SHA for 7b3e234
src/Magento/FunctionalTestingFramework/Extension/TestContextExtension.php
@@ -170,9 +170,10 @@ function (TestResult $testResult) {
170
*
171
* @param AllureLifecycleInterface $lifecycle
172
* @param Test $cest
173
+ *
174
* @return void
175
*/
- private function addTestsInSuites($lifecycle, $cest): void
176
+ private function addTestsInSuites(AllureLifecycleInterface $lifecycle, Test $cest): void
177
{
178
$groupName = null;
179
if ($this->options['groups'] !== null) {
0 commit comments