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 37cbf8f commit c279facCopy full SHA for c279fac
src/Magento/FunctionalTestingFramework/Extension/TestContextExtension.php
@@ -168,11 +168,11 @@ function (TestResult $testResult) {
168
/**
169
* Function to add test under the suites.
170
*
171
- * @param object $lifecycle
+ * @param object $lifecycle
172
* @param Test $cest
173
* @return void
174
*/
175
- private function addTestsInSuites(AllureLifecycleInterface $lifecycle, Test $cest): void
+ private function addTestsInSuites($lifecycle, $cest): void
176
{
177
$groupName = null;
178
if ($this->options['groups'] !== null) {
0 commit comments