Skip to content

Commit 45962be

Browse files
committed
Make possible to create and run MFTF test in framework to verify Framework basic functionality
1 parent 7a89255 commit 45962be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RoboFile.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function cloneFiles()
2222
{
2323
$this->_exec('cp -vn .env.example .env');
2424
$this->_exec('cp -vf codeception.dist.yml codeception.yml');
25-
$this->_exec('cp -vf dev' . DIRECTORY_SEPARATOR . 'tests'. DIRECTORY_SEPARATOR .'functional.suite.dist.yml dev' . DIRECTORY_SEPARATOR . 'tests'. DIRECTORY_SEPARATOR .'functional.suite.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');
2626
}
2727

2828
/**

0 commit comments

Comments
 (0)