Skip to content

Commit 9d03330

Browse files
committed
MQE-809: Throw a warning or error when step key referencing in merges is invalid or ambiguous
- undo edits to wrong Robofile
1 parent 3f79812 commit 9d03330

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

RoboFile.php

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ function generateTests(array $tests, $opts = ['config' => null, 'force' => true,
4949
{
5050
require 'dev' . DIRECTORY_SEPARATOR . 'tests'. DIRECTORY_SEPARATOR . 'functional' . DIRECTORY_SEPARATOR . '_bootstrap.php';
5151
$GLOBALS['GENERATE_TESTS'] = true;
52-
5352
if (!$this->isProjectBuilt()) {
5453
$this->say("<info>Please run bin/mftf build:project and configure your environment (.env) first.</info>");
5554
exit(\Robo\Result::EXITCODE_ERROR);

0 commit comments

Comments
 (0)