We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 871bcfc + a3af3d3 commit 4d39ff9Copy full SHA for 4d39ff9
composer.json
@@ -62,15 +62,17 @@
62
"scripts": {
63
"check": [
64
"@cs-check",
65
- "@test"
+ "@static-analysis",
66
+ "@test",
67
+ "@test-integration"
68
],
69
"cs-check": "phpcs",
70
"cs-fix": "phpcbf",
71
"test": "phpunit --colors=always --testsuite \"unit test\"",
72
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml",
73
"test-integration": "phpunit --colors=always --testsuite \"integration test\"",
74
"static-analysis": "psalm --shepherd --stats",
- "sa-update-baseline": "psalm --update-baseline",
75
+ "sa-set-baseline": "psalm --set-baseline",
76
"sa-no-baseline": "psalm --shepherd --stats --ignore-baseline",
77
"upload-coverage": "coveralls -v"
78
}
0 commit comments