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