Skip to content

Commit 20e5bfc

Browse files
committed
MQE-148: Add static tests to Acceptance Test Framework and run it on Travis CI
1 parent 9508811 commit 20e5bfc

File tree

16 files changed

+2179
-4
lines changed

16 files changed

+2179
-4
lines changed

.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: php
2+
php:
3+
- 7.0
4+
- 7.1
5+
install: composer install --no-interaction --prefer-source
6+
script:
7+
- vendor/bin/phpcs ./src --standard=./dev/tests/static/Magento

composer.json

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"fzaninotto/faker": "^1.6",
1111
"vlucas/phpdotenv": "~2.4"
1212
},
13+
"require-dev": {
14+
"squizlabs/php_codesniffer": "1.5.3"
15+
},
1316
"autoload": {
1417
"psr-4": {
1518
"Magento\\AcceptanceTestFramework\\": [

composer.lock

+79-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)