Skip to content

Commit a16614f

Browse files
committed
MQE-526: Do not depend on xml merging by filename-order
- add new generate tests state for version print statment
1 parent 2741ffc commit a16614f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/tests/acceptance/RoboFile.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ function buildProject()
4545
*/
4646
function generateTests($opts = ['config' => null, 'force' => false])
4747
{
48+
$GLOBALS['GENERATE_TESTS'] = true;
49+
4850
if ($opts['force'])
4951
{
5052
$GLOBALS['FORCE_PHP_GENERATE'] = true;

0 commit comments

Comments
 (0)