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