Skip to content

Commit 7eeaca8

Browse files
committed
MQE-148: Add Code Sniffer static test to Acceptance Test Framework & Tests projects and run it in Jenkins build for PR
- fix statics
1 parent 34f827d commit 7eeaca8

File tree

80 files changed

+1732
-503
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+1732
-503
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"vlucas/phpdotenv": "~2.4"
1212
},
1313
"require-dev": {
14-
"squizlabs/php_codesniffer": "1.5.3"
14+
"squizlabs/php_codesniffer": "1.5.3",
15+
"sebastian/phpcpd": "~3.0"
1516
},
1617
"autoload": {
1718
"psr-4": {

0 commit comments

Comments
 (0)