mirror of
https://github.com/opdavies/glassboxx-sdk-php.git
synced 2025-02-17 22:50:48 +00:00
parent
a988d53da0
commit
e9d6878899
2 changed files with 6 additions and 3 deletions
6
Makefile
6
Makefile
|
|
@ -1,7 +1,9 @@
|
||||||
.PHONY: *
|
.PHONY: *
|
||||||
|
|
||||||
|
phpcs:
|
||||||
|
php vendor/bin/phpcs --standard=PSR2 src tests
|
||||||
|
|
||||||
phpunit:
|
phpunit:
|
||||||
php vendor/bin/phpunit -v --color=always --testdox tests
|
php vendor/bin/phpunit -v --color=always --testdox tests
|
||||||
|
|
||||||
test: phpunit
|
test: phpunit phpcs
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^9.1"
|
"phpunit/phpunit": "^9.1",
|
||||||
|
"squizlabs/php_codesniffer": "^3.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue