Skip to content

Commit 9d985ca

Browse files
authored
Update GenerateTestsCommand.php
1 parent df4e4d9 commit 9d985ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/Console/GenerateTestsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ private function parseConfigParallelOptions($time, $groups)
395395
* @throws TestFrameworkException
396396
* @throws XmlException|FastFailException
397397
*/
398-
private function getTestEntityJson($filterList, array $tests = [])
398+
private function getTestEntityJson(array $filterList, array $tests = [])
399399
{
400400
$testDependencies = $this->getTestDependencies($filterList, $tests);
401401
$this->array2Json($testDependencies);

0 commit comments

Comments
 (0)