Skip to content

Commit c96c88a

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

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 .'MFTF.suite.dist.yml dev' . DIRECTORY_SEPARATOR . 'tests'. DIRECTORY_SEPARATOR .'MFTF.suite.yml');
25+
$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');
2626
}
2727

2828
/**

0 commit comments

Comments
 (0)