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 38d7a47 commit a050c2aCopy full SHA for a050c2a
composer.json
@@ -50,11 +50,11 @@
50
],
51
"test": [
52
"@test:lint",
53
+ "@test:static-analysis",
54
+ "@test:cs",
55
"@test:unit",
56
"@test:infection",
- "@test:integration",
- "@test:static-analysis",
57
- "@test:cs"
+ "@test:integration"
58
59
"test:cs": "mkdir -p build && vendor/bin/php-cs-fixer fix --dry-run --stop-on-violation --cache-file=build/phpcs.cache",
60
"test:infection": "vendor/bin/infection --threads=$(nproc) --min-msi=100 --verbose --coverage=build/phpunit",
0 commit comments