File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/Magento/FunctionalTestingFramework/Console Expand file tree Collapse file tree 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
2525{
2626 const MFTF_3_O_0_DEPRECATION_MESSAGE = "MFTF NOTICES: \n"
2727 . "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" ;
3132
3233 /**
3334 * Console output style
You can’t perform that action at this time.
0 commit comments