We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c67ffdd commit 165ed37Copy full SHA for 165ed37
src/Magento/FunctionalTestingFramework/Console/BaseGenerateCommand.php
@@ -24,7 +24,10 @@
24
class BaseGenerateCommand extends Command
25
{
26
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";
+ . "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";
31
32
/**
33
* Console output style
0 commit comments