We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45962be commit c96c88aCopy full SHA for c96c88a
RoboFile.php
@@ -22,7 +22,7 @@ function cloneFiles()
22
{
23
$this->_exec('cp -vn .env.example .env');
24
$this->_exec('cp -vf codeception.dist.yml codeception.yml');
25
- $this->_exec('cp -vf dev' . DIRECTORY_SEPARATOR . 'tests'. DIRECTORY_SEPARATOR .'MFTF.suite.dist.yml dev' . DIRECTORY_SEPARATOR . 'tests'. DIRECTORY_SEPARATOR .'MFTF.suite.yml');
+ $this->_exec('cp -vf dev' . DIRECTORY_SEPARATOR . 'tests'. DIRECTORY_SEPARATOR . 'functional' . DIRECTORY_SEPARATOR .'MFTF.suite.dist.yml dev' . DIRECTORY_SEPARATOR . 'tests'. DIRECTORY_SEPARATOR . 'functional' . DIRECTORY_SEPARATOR .'MFTF.suite.yml');
26
}
27
28
/**
0 commit comments