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 e8b7d9a commit c9670a7Copy full SHA for c9670a7
composer.json
@@ -62,7 +62,8 @@
62
"files": ["src/Magento/FunctionalTestingFramework/_bootstrap.php"],
63
"psr-4": {
64
"Magento\\FunctionalTestingFramework\\": "src/Magento/FunctionalTestingFramework",
65
- "MFTF\\": "dev/tests/functional/tests/MFTF"
+ "MFTF\\": "dev/tests/functional/tests/MFTF",
66
+ "Magento\\FunctionalTestingFramework\\Tests\\Verification\\": "dev/tests/verification/Tests"
67
}
68
},
69
"autoload-dev": {
0 commit comments