We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc8a1cf commit 2e78791Copy full SHA for 2e78791
1 file changed
composer.json
@@ -70,11 +70,11 @@
70
"fix:cs": "mkdir -p build && vendor/bin/php-cs-fixer fix --cache-file=build/phpcs.cache",
71
"test": [
72
"@test:lint",
73
+ "@test:static-analysis",
74
+ "@test:cs",
75
"@test:unit",
76
"@test:integration",
- "@test:infection",
- "@test:static-analysis",
77
- "@test:cs"
+ "@test:infection"
78
],
79
"test:cs": "mkdir -p build && vendor/bin/php-cs-fixer fix --dry-run --stop-on-violation --cache-file=build/phpcs.cache",
80
"test:infection": "vendor/bin/infection --threads=$(nproc) --min-msi=100 --verbose --coverage=build/phpunit",
0 commit comments