Skip to content

Commit 2abc493

Browse files
committed
test/syntax/quality first, then run tests
1 parent 0921caa commit 2abc493

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
@@ -62,11 +62,11 @@
6262
"fix:cs": "mkdir -p build && vendor/bin/php-cs-fixer fix --cache-file=build/phpcs.cache",
6363
"test": [
6464
"@test:lint",
65+
"@test:static-analysis",
66+
"@test:cs",
6567
"@test:unit",
6668
"@test:integration",
67-
"@test:infection",
68-
"@test:static-analysis",
69-
"@test:cs"
69+
"@test:infection"
7070
],
7171
"test:cs": "mkdir -p build && vendor/bin/php-cs-fixer fix --dry-run --stop-on-violation --cache-file=build/phpcs.cache",
7272
"test:infection": "vendor/bin/infection --threads=$(nproc) --min-msi=100 --verbose --coverage=build/phpunit",

0 commit comments

Comments
 (0)