mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 04:03:12 +08:00
Updated composer check to ru functional tests too
This commit is contained in:
@@ -82,14 +82,15 @@
|
||||
"scripts": {
|
||||
"check": [
|
||||
"@cs",
|
||||
"@test"
|
||||
"@test",
|
||||
"@func-test"
|
||||
],
|
||||
"cs": "phpcs",
|
||||
"cs-fix": "phpcbf",
|
||||
"serve": "php -S 0.0.0.0:8000 -t public/",
|
||||
"test": "phpunit --coverage-clover build/clover.xml",
|
||||
"test": "phpunit --coverage-clover build/unit-clover.xml",
|
||||
"pretty-test": "phpunit --coverage-html build/coverage",
|
||||
"func-test": "phpunit -c phpunit-func.xml"
|
||||
"func-test": "phpunit -c phpunit-func.xml --coverage-clover build/func-clover.xml"
|
||||
},
|
||||
"config": {
|
||||
"process-timeout": 0,
|
||||
|
||||
Reference in New Issue
Block a user