File tree 1 file changed +4
-3
lines changed
src/Magento/FunctionalTestingFramework/Console
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,10 @@ class BaseGenerateCommand extends Command
25
25
{
26
26
const MFTF_3_O_0_DEPRECATION_MESSAGE = "MFTF NOTICES: \n"
27
27
. "DEPRECATED ACTIONS: \"executeInSelenium \" and \"performOn \" actions will be removed in MFTF 3.0.0 \n"
28
- . "DEPRECATED TEST PATH: \"dev/tests/acceptance/tests/functional/Magento/FunctionalTest will not be read "
29
- . " in MFTF 3.0.0 and after \n"
30
- . "Single entity per xml file for all entities except data and metadata in MFTF 3.0.0 and after \n" ;
28
+ . "DEPRECATED TEST PATH: support for \"dev/tests/acceptance/tests/functional/Magento/FunctionalTest will be "
29
+ . "removed in MFTF 3.0.0 \n"
30
+ . "XSD schema change to only allow single entity per xml file for all entities except data and metadata in "
31
+ . "MFTF 3.0.0 \n" ;
31
32
32
33
/**
33
34
* Console output style
You can’t perform that action at this time.
0 commit comments