Skip to content

Commit ae04503

Browse files
committed
MQE-1989: added deprecation notices for upcoming MFTF 3.0.0 changes.
1 parent 06b3337 commit ae04503

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/Magento/FunctionalTestingFramework/Console/BaseGenerateCommand.php

+4-3
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)