File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ function buildProject()
43
43
* @param array $opts
44
44
* @return void
45
45
*/
46
- function generateTests ($ opts = ['config ' => null , 'force ' => false ])
46
+ function generateTests ($ opts = ['config ' => null , 'force ' => false , ' nodes ' => null ])
47
47
{
48
48
$ GLOBALS ['GENERATE_TESTS ' ] = true ;
49
49
@@ -53,7 +53,7 @@ function generateTests($opts = ['config' => null, 'force' => false])
53
53
}
54
54
55
55
require 'tests ' . DIRECTORY_SEPARATOR . 'functional ' . DIRECTORY_SEPARATOR . '_bootstrap.php ' ;
56
- \Magento \FunctionalTestingFramework \Util \TestGenerator::getInstance ()->createAllTestFiles ($ opts ['config ' ]);
56
+ \Magento \FunctionalTestingFramework \Util \TestGenerator::getInstance ()->createAllTestFiles ($ opts ['config ' ], $ opts [ ' nodes ' ] );
57
57
$ this ->say ("Generate Tests Command Run " );
58
58
}
59
59
You can’t perform that action at this time.
0 commit comments