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 c279fac commit 31ec8b5Copy full SHA for 31ec8b5
src/Magento/FunctionalTestingFramework/Extension/TestContextExtension.php
@@ -168,8 +168,9 @@ function (TestResult $testResult) {
168
/**
169
* Function to add test under the suites.
170
*
171
- * @param object $lifecycle
172
- * @param Test $cest
+ * @param string $lifecycle
+ * @param string $cest
173
+ *
174
* @return void
175
*/
176
private function addTestsInSuites($lifecycle, $cest): void
0 commit comments