Skip to content

Commit 3d1aa24

Browse files
committed
test/syntax/quality first, then run tests
1 parent 954a655 commit 3d1aa24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@
5656
"fix:cs": "mkdir -p build && vendor/bin/php-cs-fixer fix --cache-file=build/phpcs.cache",
5757
"test": [
5858
"@test:lint",
59+
"@test:static-analysis",
60+
"@test:cs",
5961
"@test:unit",
6062
"@test:integration",
61-
"@test:infection",
62-
"@test:static-analysis",
63-
"@test:cs"
63+
"@test:infection"
6464
],
6565
"test:cs": "mkdir -p build && vendor/bin/php-cs-fixer fix --dry-run --stop-on-violation --cache-file=build/phpcs.cache",
6666
"test:infection": "vendor/bin/infection --threads=$(nproc) --min-msi=100 --verbose --coverage=build/phpunit",

0 commit comments

Comments
 (0)