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.
1 parent 954a655 commit 3d1aa24Copy full SHA for 3d1aa24
composer.json
@@ -56,11 +56,11 @@
56
"fix:cs": "mkdir -p build && vendor/bin/php-cs-fixer fix --cache-file=build/phpcs.cache",
57
"test": [
58
"@test:lint",
59
+ "@test:static-analysis",
60
+ "@test:cs",
61
"@test:unit",
62
"@test:integration",
- "@test:infection",
- "@test:static-analysis",
63
- "@test:cs"
+ "@test:infection"
64
],
65
"test:cs": "mkdir -p build && vendor/bin/php-cs-fixer fix --dry-run --stop-on-violation --cache-file=build/phpcs.cache",
66
"test:infection": "vendor/bin/infection --threads=$(nproc) --min-msi=100 --verbose --coverage=build/phpunit",
0 commit comments