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 e63c603 commit a456476Copy full SHA for a456476
dev/tests/unit/Magento/FunctionalTestFramework/Suite/Handlers/SuiteObjectHandlerTest.php
@@ -23,6 +23,7 @@ class SuiteObjectHandlerTest extends MagentoTestCase
23
/**
24
* Tests basic parsing and accessors of suite object and suite object supporting classes.
25
*
26
+ * @return void
27
* @throws Exception
28
*/
29
public function testGetSuiteObject(): void
@@ -81,6 +82,7 @@ public function testGetSuiteObject(): void
81
82
* @param array $testData
83
* @param array $suiteData
84
85
86
87
88
private function setMockTestAndSuiteParserOutput(array $testData, array $suiteData): void
0 commit comments