We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa75413 commit 3d5e47eCopy full SHA for 3d5e47e
1 file changed
composer.json
@@ -63,11 +63,11 @@
63
"fix:cs": "mkdir -p build && PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --cache-file=build/phpcs.cache",
64
"test": [
65
"@test:lint",
66
+ "@test:static-analysis",
67
+ "@test:cs",
68
"@test:unit",
69
"@test:integration",
- "@test:infection",
- "@test:static-analysis",
70
- "@test:cs"
+ "@test:infection"
71
],
72
"test:cs": "mkdir -p build && PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --dry-run --stop-on-violation --cache-file=build/phpcs.cache",
73
"test:infection": "vendor/bin/infection --threads=$(nproc) --min-msi=100 --verbose --coverage=build/phpunit",
0 commit comments