Skip to content

Commit 45ba0f8

Browse files
committed
test/syntax/quality first, then run tests
1 parent 573b7dd commit 45ba0f8

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
@@ -51,11 +51,11 @@
5151
"fix:cs": "mkdir -p build && vendor/bin/php-cs-fixer fix --cache-file=build/phpcs.cache",
5252
"test": [
5353
"@test:lint",
54+
"@test:static-analysis",
55+
"@test:cs",
5456
"@test:unit",
5557
"@test:integration",
56-
"@test:infection",
57-
"@test:static-analysis",
58-
"@test:cs"
58+
"@test:infection"
5959
],
6060
"test:cs": "mkdir -p build && vendor/bin/php-cs-fixer fix --dry-run --stop-on-violation --cache-file=build/phpcs.cache",
6161
"test:infection": "vendor/bin/infection --threads=$(nproc) --min-msi=90 --verbose --coverage=build/phpunit",

0 commit comments

Comments
 (0)