Skip to content

Commit 0cd52fd

Browse files
committed
test/syntax/quality first, then run tests
1 parent e2bc646 commit 0cd52fd

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
@@ -48,11 +48,11 @@
4848
"fix:cs": "mkdir -p build && vendor/bin/php-cs-fixer fix --cache-file=build/phpcs.cache",
4949
"test": [
5050
"@test:lint",
51+
"@test:static-analysis",
52+
"@test:cs",
5153
"@test:unit",
5254
"@test:integration",
53-
"@test:infection",
54-
"@test:static-analysis",
55-
"@test:cs"
55+
"@test:infection"
5656
],
5757
"test:cs": "mkdir -p build && vendor/bin/php-cs-fixer fix --dry-run --stop-on-violation --cache-file=build/phpcs.cache",
5858
"test:infection": "vendor/bin/infection --threads=$(nproc) --min-msi=100 --verbose --coverage=build/phpunit",

0 commit comments

Comments
 (0)