Skip to content

Commit da78087

Browse files
IvanChepurnyitomreece
authored andcommitted
MQE-530: [Github PR] Proper Composer Definition for Running MFTF Tests #10
- Merging this PR: #10
1 parent b87e50c commit da78087

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,16 @@
3131
},
3232
"autoload-dev": {
3333
"psr-4": {
34-
"tests\\unit\\Magento\\FunctionalTestingFramework\\": "dev/tests/unit/Magento/FunctionalTestingFramework"
34+
"tests\\unit\\": "dev/tests/unit"
3535
}
3636
},
37+
"scripts": {
38+
"tests": "bin/phpunit-checks",
39+
"static": "bin/static-checks"
40+
},
3741
"extra": {
3842
"hooks": {
39-
"pre-push": "bin/copyright-check"
43+
"pre-push": "bin/all-checks"
4044
}
4145
}
4246
}

0 commit comments

Comments
 (0)