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