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 0921caa commit 2abc493Copy full SHA for 2abc493
composer.json
@@ -62,11 +62,11 @@
62
"fix:cs": "mkdir -p build && vendor/bin/php-cs-fixer fix --cache-file=build/phpcs.cache",
63
"test": [
64
"@test:lint",
65
+ "@test:static-analysis",
66
+ "@test:cs",
67
"@test:unit",
68
"@test:integration",
- "@test:infection",
- "@test:static-analysis",
69
- "@test:cs"
+ "@test:infection"
70
],
71
"test:cs": "mkdir -p build && vendor/bin/php-cs-fixer fix --dry-run --stop-on-violation --cache-file=build/phpcs.cache",
72
"test:infection": "vendor/bin/infection --threads=$(nproc) --min-msi=100 --verbose --coverage=build/phpunit",
0 commit comments