We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f79812 commit 9d03330Copy full SHA for 9d03330
RoboFile.php
@@ -49,7 +49,6 @@ function generateTests(array $tests, $opts = ['config' => null, 'force' => true,
49
{
50
require 'dev' . DIRECTORY_SEPARATOR . 'tests'. DIRECTORY_SEPARATOR . 'functional' . DIRECTORY_SEPARATOR . '_bootstrap.php';
51
$GLOBALS['GENERATE_TESTS'] = true;
52
-
53
if (!$this->isProjectBuilt()) {
54
$this->say("<info>Please run bin/mftf build:project and configure your environment (.env) first.</info>");
55
exit(\Robo\Result::EXITCODE_ERROR);
0 commit comments