Skip to content

Commit da509f2

Browse files
committed
MQE-1703: Implicit Suite Generation for Tests
fixing unit tests
1 parent 4bbfb25 commit da509f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/Console/RunTestCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ function ($type, $buffer) use ($output) {
114114

115115
/** Get an array of tests with resolved suite references from $testConfiguration
116116
* eg: if test is referenced in a suite, it'll be stored in format suite:test
117-
* @param $testConfigurationJson
117+
* @param string $testConfigurationJson
118118
* @return array
119119
*/
120120
private function resolveSuiteReferences($testConfigurationJson)

0 commit comments

Comments
 (0)