Skip to content

Commit bdd366d

Browse files
committed
Make possible to create and run MFTF test in framework
- update robo functional method to use MFTF test suite
1 parent 08c089a commit bdd366d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RoboFile.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@ function generateSuite(array $args)
7979
}
8080

8181
/**
82-
* Run all Functional tests.
82+
* Run all MFTF tests.
8383
*
8484
* @return void
8585
*/
86-
function functional()
86+
function mftf()
8787
{
88-
$this->_exec('.' . DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR . 'bin' . DIRECTORY_SEPARATOR . 'codecept run functional --skip-group skip');
88+
$this->_exec('.' . DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR . 'bin' . DIRECTORY_SEPARATOR . 'codecept run MFTF --skip-group skip');
8989
}
9090

9191
/**

0 commit comments

Comments
 (0)