Skip to content

Commit c9670a7

Browse files
committed
Added namespace
1 parent e8b7d9a commit c9670a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
"files": ["src/Magento/FunctionalTestingFramework/_bootstrap.php"],
6363
"psr-4": {
6464
"Magento\\FunctionalTestingFramework\\": "src/Magento/FunctionalTestingFramework",
65-
"MFTF\\": "dev/tests/functional/tests/MFTF"
65+
"MFTF\\": "dev/tests/functional/tests/MFTF",
66+
"Magento\\FunctionalTestingFramework\\Tests\\Verification\\": "dev/tests/verification/Tests"
6667
}
6768
},
6869
"autoload-dev": {

0 commit comments

Comments
 (0)