Skip to content

Commit 165ed37

Browse files
committed
MQE-1989: added deprecation notices for upcoming MFTF 3.0.0 changes.
1 parent c67ffdd commit 165ed37

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Magento/FunctionalTestingFramework/Console/BaseGenerateCommand.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@
2424
class BaseGenerateCommand extends Command
2525
{
2626
const MFTF_3_O_0_DEPRECATION_MESSAGE = "MFTF NOTICES:\n"
27-
. "\"executeInSelenium\" and \"performOn\" actions are DEPRECATED and will be removed in MFTF 3.0.0\n";
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";
2831

2932
/**
3033
* Console output style

0 commit comments

Comments
 (0)